Home
last modified time | relevance | path

Searched defs:DSOHandle (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp168 void ELFNixPlatformRuntimeState::initialize(void *DSOHandle) { in initialize()
183 ELFNixPlatformRuntimeState::ELFNixPlatformRuntimeState(void *DSOHandle) in ELFNixPlatformRuntimeState()
240 int ELFNixPlatformRuntimeState::dlclose(void *DSOHandle) { in dlclose()
245 void *ELFNixPlatformRuntimeState::dlsym(void *DSOHandle, in dlsym()
257 void *DSOHandle) { in registerAtExit()
266 void ELFNixPlatformRuntimeState::runAtExits(void *DSOHandle) { in runAtExits()
298 ELFNixPlatformRuntimeState::getJITDylibStateByHeaderAddr(void *DSOHandle) { in getJITDylibStateByHeaderAddr()
351 ELFNixPlatformRuntimeState::lookupSymbolInJITDylib(void *DSOHandle, in lookupSymbolInJITDylib()
477 [](uint64_t &DSOHandle) { in __orc_rt_elfnix_platform_bootstrap()
H A Ddlfcn_wrapper.cpp48 [](ExecutorAddr &DSOHandle) { in __orc_rt_jit_dlclose_wrapper()
H A Dmacho_platform.cpp670 dlclose(void * DSOHandle) dlclose() argument
690 dlsym(void * DSOHandle,std::string_view Symbol) dlsym() argument
702 registerAtExit(void (* F)(void *),void * Arg,void * DSOHandle) registerAtExit() argument
733 runAtExits(void * DSOHandle) runAtExits() argument
759 getJITDylibStateByHeader(void * DSOHandle) getJITDylibStateByHeader() argument
778 lookupSymbolInJITDylib(void * DSOHandle,std::string_view Sym) lookupSymbolInJITDylib() argument
1038 dlcloseImpl(void * DSOHandle) dlcloseImpl() argument
[all...]
H A Dcoff_platform.cpp267 int COFFPlatformRuntimeState::dlclose(void *DSOHandle) { in dlclose() argument
392 Error COFFPlatformRuntimeState::dlcloseImpl(void *DSOHandle) { in dlcloseImpl() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp179 void *DSOHandle) { in CXAAtExitOverride()
198 void *DSOHandle) { in registerAtExit()
203 void ItaniumCXAAtExitSupport::runAtExits(void *DSOHandle) { in runAtExits()
H A DLLJIT.cpp173 auto *DSOHandle = new GlobalVariable( in setupJITDylib() local
425 void *DSOHandle) { in registerCxaAtExitHelper()
434 static void registerAtExitHelper(void *Self, void *DSOHandle, void (*F)()) { in registerAtExitHelper()
443 static void runAtExitsHelper(void *Self, void *DSOHandle) { in runAtExitsHelper()