Searched refs:ELFNixPlatformRuntimeState (Results 1 – 1 of 1) sorted by relevance
59 class ELFNixPlatformRuntimeState { class85 static ELFNixPlatformRuntimeState &get();88 ELFNixPlatformRuntimeState(void *DSOHandle);91 ELFNixPlatformRuntimeState(const ELFNixPlatformRuntimeState &) = delete;92 ELFNixPlatformRuntimeState &93 operator=(const ELFNixPlatformRuntimeState &) = delete;94 ELFNixPlatformRuntimeState(ELFNixPlatformRuntimeState &&) = delete;95 ELFNixPlatformRuntimeState &operator=(ELFNixPlatformRuntimeState &&) = delete;148 static ELFNixPlatformRuntimeState *MOPS;167 ELFNixPlatformRuntimeState *ELFNixPlatformRuntimeState::MOPS = nullptr;[all …]