Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp226 class MachOPlatformRuntimeState { class
247 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 …]