Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1143 for (auto &DependantName : KV.second) { in emit() local
1145 DependantJD.MaterializingInfos.find(DependantName); in emit()
1164 DependantName, MI); in emit()
1166 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit()
1185 DependantName, DependantSymI->second.getSymbol()); in emit()
1188 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1269 for (auto &DependantName : KV.second) { in notifyFailed() local
1270 assert(DependantJD.Symbols.count(DependantName) && in notifyFailed()
1272 auto &DependantSym = DependantJD.Symbols[DependantName]; in notifyFailed()
1276 assert(DependantJD.MaterializingInfos.count(DependantName) && in notifyFailed()
[all …]
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1036 for (auto &DependantName : KV.second) { in emit() local
1038 DependantJD.MaterializingInfos.find(DependantName); in emit()
1059 DependantName, MI); in emit()
1061 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit()
1077 DependantJDReadySymbols.push_back(DependantName); in emit()
1082 DependantName, DependantSymI->second.getSymbol()); in emit()
1085 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1162 for (auto &DependantName : KV.second) { in failSymbols() local
1163 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1165 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1028 const SymbolStringPtr &DependantName,
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1139 const SymbolStringPtr &DependantName,