Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp153 class MachOPlatformRuntimeState { class
212 static MachOPlatformRuntimeState &get();
215 MachOPlatformRuntimeState() = default;
218 MachOPlatformRuntimeState(const MachOPlatformRuntimeState &) = delete;
219 MachOPlatformRuntimeState &
220 operator=(const MachOPlatformRuntimeState &) = delete;
221 MachOPlatformRuntimeState(MachOPlatformRuntimeState &&) = delete;
222 MachOPlatformRuntimeState &operator=(MachOPlatformRuntimeState &&) = delete;
308 static MachOPlatformRuntimeState *MOPS;
338 MachOPlatformRuntimeState::MachOExecutorSymbolFlags> {
[all …]