Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Delfnix_platform.cpp134 Expected<ExecutorAddr> lookupSymbolInJITDylib(void *DSOHandle,
228 auto Addr = lookupSymbolInJITDylib(DSOHandle, Symbol); in dlsym()
332 ELFNixPlatformRuntimeState::lookupSymbolInJITDylib(void *DSOHandle, in lookupSymbolInJITDylib() function in __anon22ca0f8d0111::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
H A Dmacho_platform.cpp350 Expected<ExecutorAddr> lookupSymbolInJITDylib(void *DSOHandle,
741 auto Addr = lookupSymbolInJITDylib(DSOHandle, Symbol); in dlsym()
827 MachOPlatformRuntimeState::lookupSymbolInJITDylib(void *DSOHandle, in lookupSymbolInJITDylib() function in __anon217c3caf0211::MachOPlatformRuntimeState