Searched refs:MachOPlatformRuntimeState (Results 1 – 1 of 1) sorted by relevance
151 class MachOPlatformRuntimeState { class297 static MachOPlatformRuntimeState &get();300 MachOPlatformRuntimeState() = default;303 MachOPlatformRuntimeState(const MachOPlatformRuntimeState &) = delete;304 MachOPlatformRuntimeState &306 MachOPlatformRuntimeState(MachOPlatformRuntimeState &&) = delete;307 MachOPlatformRuntimeState &operator=(MachOPlatformRuntimeState &&) = delete;384 static MachOPlatformRuntimeState *MOPS;446 MachOPlatformRuntimeState *MachOPlatformRuntimeState::MOPS = nullptr;450 MOPS = new MachOPlatformRuntimeState(); in create()[all …]