Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp139 Expected<ExecutorAddr> lookupSymbolInJITDylib(void *DSOHandle,
247 auto Addr = lookupSymbolInJITDylib(DSOHandle, Symbol); in dlsym()
351 ELFNixPlatformRuntimeState::lookupSymbolInJITDylib(void *DSOHandle, in lookupSymbolInJITDylib() function in __anon02d511080111::ELFNixPlatformRuntimeState
H A Dcoff_platform.cpp148 Expected<ExecutorAddr> lookupSymbolInJITDylib(void *DSOHandle,
287 auto Addr = lookupSymbolInJITDylib(Header, Symbol); in dlsym()
444 COFFPlatformRuntimeState::lookupSymbolInJITDylib(void *header, in lookupSymbolInJITDylib() function in COFFPlatformRuntimeState