Home
last modified time | relevance | path

Searched refs:ProcessSymsJD (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupport.cpp27 auto ProcessSymsJD = J.getProcessSymbolsJITDylib(); in enableDebuggerSupport() local
28 if (!ProcessSymsJD) in enableDebuggerSupport()
46 auto DS = GDBJITDebugInfoRegistrationPlugin::Create(ES, *ProcessSymsJD, TT); in enableDebuggerSupport()
/llvm-project/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp782 S.ProcessSymsJD = &S.ES.createBareJITDylib("Process"); in launchExecutor()
787 S.ProcessSymsJD->addGenerator( in launchExecutor()
1132 if (!ProcessSymsJD) { in Session()
1138 this->ES, *ProcessSymsJD, TT))); in dumpSessionInfo()
1142 if (!ProcessSymsJD) { in modifyPassConfig()
1149 this->ES.getExecutorProcessControl(), *ProcessSymsJD, true, true))); in modifyPassConfig()
1156 *ProcessSymsJD, /*EmitDebugInfo=*/true, in modifyPassConfig()
1162 assert(ProcessSymsJD && "ProcessSymsJD should have been set"); in modifyPassConfig()
1164 PlatformJD->addToLinkOrder(*ProcessSymsJD); in modifyPassConfig()
[all...]
H A Dllvm-jitlink.h53 orc::JITDylib *ProcessSymsJD = nullptr;
34 orc::JITDylib *ProcessSymsJD = nullptr; global() member