Searched refs:MachOPlatformRuntimeState (Results 1 – 1 of 1) sorted by relevance
226 class MachOPlatformRuntimeState { class247 MachOPlatformRuntimeState() = default;250 MachOPlatformRuntimeState(const MachOPlatformRuntimeState &) = delete;251 MachOPlatformRuntimeState &253 MachOPlatformRuntimeState(MachOPlatformRuntimeState &&) = delete;254 MachOPlatformRuntimeState &operator=(MachOPlatformRuntimeState &&) = delete;286 static MachOPlatformRuntimeState *MOPS;309 MachOPlatformRuntimeState *MachOPlatformRuntimeState::MOPS = nullptr;313 MOPS = new MachOPlatformRuntimeState(); in initialize()316 MachOPlatformRuntimeState &MachOPlatformRuntimeState::get() { in get()[all …]