Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp151 class MachOPlatformRuntimeState { class
297 static MachOPlatformRuntimeState &get();
300 MachOPlatformRuntimeState() = default;
303 MachOPlatformRuntimeState(const MachOPlatformRuntimeState &) = delete;
304 MachOPlatformRuntimeState &
305 operator=(const MachOPlatformRuntimeState &) = delete;
306 MachOPlatformRuntimeState(MachOPlatformRuntimeState &&) = delete;
307 MachOPlatformRuntimeState &operator=(MachOPlatformRuntimeState &&) = delete;
384 static MachOPlatformRuntimeState *MOPS;
414 MachOPlatformRuntimeState::MachOExecutorSymbolFlags> {
[all …]