Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp109 Jit->getProcessSymbolsJITDylib().get()}); in getSymbolAddress()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp846 JITDylibSP LLJIT::getProcessSymbolsJITDylib() { return ProcessSymbols; } in getProcessSymbolsJITDylib() function in llvm::orc::LLJIT
1112 auto ProcessSymbolsJD = J.getProcessSymbolsJITDylib(); in operator ()()
1196 auto ProcessSymbolsJD = J.getProcessSymbolsJITDylib(); in setUpGenericLLVMIRPlatform()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h79 JITDylibSP getProcessSymbolsJITDylib();
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1091 ExitOnErr(J->getProcessSymbolsJITDylib()->define( in runOrcJIT()