| 1388 | |
| 1389 | |
| 1390 | Ref<Platform> Architecture::GetStandalonePlatform() |
| 1391 | { |
| 1392 | return new CorePlatform(BNGetArchitectureStandalonePlatform(m_object)); |
| 1393 | } |
| 1394 | |
| 1395 | |
| 1396 | vector<Ref<TypeLibrary>> Architecture::GetTypeLibraries() |
no outgoing calls
no test coverage detected