Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp84 class ELFNixPlatformRuntimeState { class
102 static ELFNixPlatformRuntimeState &get();
108 ELFNixPlatformRuntimeState(const ELFNixPlatformRuntimeState &) = delete;
109 ELFNixPlatformRuntimeState &
111 ELFNixPlatformRuntimeState(ELFNixPlatformRuntimeState &&) = delete;
112 ELFNixPlatformRuntimeState &operator=(ELFNixPlatformRuntimeState &&) = delete;
147 static ELFNixPlatformRuntimeState *MOPS;
166 ELFNixPlatformRuntimeState *ELFNixPlatformRuntimeState::MOPS = nullptr;
173 ELFNixPlatformRuntimeState &ELFNixPlatformRuntimeState::get() { in get()
183 ELFNixPlatformRuntimeState::ELFNixPlatformRuntimeState(void *DSOHandle) in ELFNixPlatformRuntimeState() function in __anond65998760111::ELFNixPlatformRuntimeState
[all …]