Searched refs:MachOPlatformRuntimeState (Results 1 – 1 of 1) sorted by relevance
121 class MachOPlatformRuntimeState { class159 static MachOPlatformRuntimeState &get();162 MachOPlatformRuntimeState() = default;165 MachOPlatformRuntimeState(const MachOPlatformRuntimeState &) = delete;166 MachOPlatformRuntimeState &168 MachOPlatformRuntimeState(MachOPlatformRuntimeState &&) = delete;169 MachOPlatformRuntimeState &operator=(MachOPlatformRuntimeState &&) = delete;216 static MachOPlatformRuntimeState *MOPS;229 MachOPlatformRuntimeState *MachOPlatformRuntimeState::MOPS = nullptr;233 MOPS = new MachOPlatformRuntimeState(); in initialize()[all …]