Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp84 class ELFNixPlatformRuntimeState { class
102 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 …]