Searched refs:MachOPlatformRuntimeState (Results 1 – 1 of 1) sorted by relevance
172 class MachOPlatformRuntimeState { class306 static MachOPlatformRuntimeState &get();309 MachOPlatformRuntimeState() = default;312 MachOPlatformRuntimeState(const MachOPlatformRuntimeState &) = delete;313 MachOPlatformRuntimeState &314 operator=(const MachOPlatformRuntimeState &) = delete;315 MachOPlatformRuntimeState(MachOPlatformRuntimeState &&) = delete;316 MachOPlatformRuntimeState &operator=(MachOPlatformRuntimeState &&) = delete;378 static MachOPlatformRuntimeState *MOPS;399 MachOPlatformRuntimeState *MachOPlatformRuntimeState::MOPS = nullptr;[all …]