Searched refs:COFFPlatformRuntimeState (Results 1 – 1 of 1) sorted by relevance
54 class COFFPlatformRuntimeState { class97 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 …]