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.cpp59 class ELFNixPlatformRuntimeState { class
85 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 …]