Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1386 DEBUG_WITH_TYPE("orc", dumpDispatchInfo(MR->getTargetJITDylib(), *MU)); in dispatchMaterialization()
1472 void dumpDispatchInfo(JITDylib &JD, MaterializationUnit &MU);
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp2768 void ExecutionSession::dumpDispatchInfo(JITDylib &JD, MaterializationUnit &MU) { in dumpDispatchInfo() function in llvm::orc::ExecutionSession