Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dmacho_platform.cpp172 class MachOPlatformRuntimeState { class
306 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 …]