Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1101 auto &DependantJD = *KV.first; in emit() local
1102 auto &DependantJDReadySymbols = ReadySymbols[&DependantJD]; in emit()
1105 DependantJD.MaterializingInfos.find(DependantName); in emit()
1106 assert(DependantMII != DependantJD.MaterializingInfos.end() && in emit()
1125 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
1128 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit()
1129 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1152 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1154 DependantJD.MaterializingInfos.erase(DependantMII); in emit()
1241 auto &DependantJD = *KV.first; in failSymbols() local
[all …]