Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp54 class COFFPlatformRuntimeState { class
97 static COFFPlatformRuntimeState &get();
101 COFFPlatformRuntimeState() = default;
104 COFFPlatformRuntimeState(const COFFPlatformRuntimeState &) = delete;
105 COFFPlatformRuntimeState &
107 COFFPlatformRuntimeState(COFFPlatformRuntimeState &&) = delete;
108 COFFPlatformRuntimeState &operator=(COFFPlatformRuntimeState &&) = delete;
151 static COFFPlatformRuntimeState *CPS;
166 COFFPlatformRuntimeState *COFFPlatformRuntimeState::CPS = nullptr;
575 COFFPlatformRuntimeState &COFFPlatformRuntimeState::get() { in get()
[all …]