Home
last modified time | relevance | path

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

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