Home
last modified time | relevance | path

Searched refs:MachOPlatformRuntimeState (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dmacho_platform.cpp121 class MachOPlatformRuntimeState { class
159 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 …]