| 527 | |
| 528 | |
| 529 | void Platform::AddRelatedPlatform(Architecture* arch, Platform* platform) |
| 530 | { |
| 531 | BNAddRelatedPlatform(m_object, arch->GetObject(), platform->GetObject()); |
| 532 | } |
| 533 | |
| 534 | |
| 535 | std::vector<Ref<Platform>> Platform::GetRelatedPlatforms() |
no test coverage detected