Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDEPCDebugObjectRegistrar.cpp40 EPC.lookupSymbols({{*RegistrationFunctionDylib, RegistrationSymbols}}); in createJITLoaderGDBRegistrar()
HDLookupAndRecordAddrs.cpp64 auto Result = EPC.lookupSymbols(LR); in lookupAndRecordAddrs()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/orc/
HDmacho_platform.cpp359 lookupSymbols(JITDylibState &JDS, std::unique_lock<std::mutex> &JDStatesLock,
823 if (auto Err = lookupSymbols(*JDS, Lock, {&Result, 1}, {&Lookup, 1})) { in dlsym()
924 Error MachOPlatformRuntimeState::lookupSymbols( in lookupSymbols() function in __anon058d88dc0411::MachOPlatformRuntimeState
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDExecutorProcessControl.h294 lookupSymbols(ArrayRef<LookupRequest> Request) { in lookupSymbols() function