Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp865 JITDylibSP LLJIT::getProcessSymbolsJITDylib() { return ProcessSymbols; } in getProcessSymbolsJITDylib()
1045 ProcessSymbols = ProcSymsJD->get(); in LLJIT()
1071 {ProcessSymbols, JITDylibLookupFlags::MatchExportedSymbolsOnly}); in LLJIT()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h251 JITDylib *ProcessSymbols = nullptr; variable