Home
last modified time | relevance | path

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

/src/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 &
106 operator=(const COFFPlatformRuntimeState &) = delete;
107 COFFPlatformRuntimeState(COFFPlatformRuntimeState &&) = delete;
108 COFFPlatformRuntimeState &operator=(COFFPlatformRuntimeState &&) = delete;
151 static COFFPlatformRuntimeState *CPS;
166 COFFPlatformRuntimeState *COFFPlatformRuntimeState::CPS = nullptr;
[all …]