Searched refs:ELFNixPlatformRuntimeState (Results 1 – 1 of 1) sorted by relevance
84 class ELFNixPlatformRuntimeState { class102 static ELFNixPlatformRuntimeState &get();105 ELFNixPlatformRuntimeState(void *DSOHandle);108 ELFNixPlatformRuntimeState(const ELFNixPlatformRuntimeState &) = delete;109 ELFNixPlatformRuntimeState &110 operator=(const ELFNixPlatformRuntimeState &) = delete;111 ELFNixPlatformRuntimeState(ELFNixPlatformRuntimeState &&) = delete;112 ELFNixPlatformRuntimeState &operator=(ELFNixPlatformRuntimeState &&) = delete;147 static ELFNixPlatformRuntimeState *MOPS;166 ELFNixPlatformRuntimeState *ELFNixPlatformRuntimeState::MOPS = nullptr;[all …]