Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp109 Jit->getProcessSymbolsJITDylib().get()}); in getSymbolAddress()
H A DInterpreter.cpp790 EE->getProcessSymbolsJITDylib()->addGenerator(std::move(*DLSG)); in LoadDynamicLibrary()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp865 JITDylibSP LLJIT::getProcessSymbolsJITDylib() { return ProcessSymbols; } in getProcessSymbolsJITDylib() function in llvm::orc::LLJIT
1130 auto ProcessSymbolsJD = J.getProcessSymbolsJITDylib(); in operator ()()
1214 auto ProcessSymbolsJD = J.getProcessSymbolsJITDylib(); in setUpGenericLLVMIRPlatform()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h83 JITDylibSP getProcessSymbolsJITDylib();
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1088 ExitOnErr(J->getProcessSymbolsJITDylib()->define( in runOrcJIT()