Searched refs:COFFPlatformRuntimeState (Results 1 – 1 of 1) sorted by relevance
55 class COFFPlatformRuntimeState { class98 static COFFPlatformRuntimeState &get();102 COFFPlatformRuntimeState() = default;105 COFFPlatformRuntimeState(const COFFPlatformRuntimeState &) = delete;106 COFFPlatformRuntimeState &107 operator=(const COFFPlatformRuntimeState &) = delete;108 COFFPlatformRuntimeState(COFFPlatformRuntimeState &&) = delete;109 COFFPlatformRuntimeState &operator=(COFFPlatformRuntimeState &&) = delete;152 static COFFPlatformRuntimeState *CPS;167 COFFPlatformRuntimeState *COFFPlatformRuntimeState::CPS = nullptr;[all …]