Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Delfnix_platform.cpp77 class ELFNixPlatformRuntimeState { class
95 static ELFNixPlatformRuntimeState &get();
98 ELFNixPlatformRuntimeState(void *DSOHandle) in ELFNixPlatformRuntimeState() function in __anonebe0e5700111::ELFNixPlatformRuntimeState
102 ELFNixPlatformRuntimeState(const ELFNixPlatformRuntimeState &) = delete;
103 ELFNixPlatformRuntimeState &
105 ELFNixPlatformRuntimeState(ELFNixPlatformRuntimeState &&) = delete;
106 ELFNixPlatformRuntimeState &operator=(ELFNixPlatformRuntimeState &&) = delete;
141 static ELFNixPlatformRuntimeState *MOPS;
156 ELFNixPlatformRuntimeState *ELFNixPlatformRuntimeState::MOPS = nullptr;
163 ELFNixPlatformRuntimeState &ELFNixPlatformRuntimeState::get() { in get()
[all …]