Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1095 for (auto &DependantName : KV.second) { in finalize() local
1097 DependantVSO.MaterializingInfos.find(DependantName); in finalize()
1112 DependantName, MI); in finalize()
1125 Q->removeQueryDependence(DependantVSO, DependantName); in finalize()
1130 assert(DependantVSO.Symbols.count(DependantName) && in finalize()
1132 auto &DependantSym = DependantVSO.Symbols[DependantName]; in finalize()
1623 MaterializingInfo &DependantMI, const SymbolStringPtr &DependantName, in transferFinalizedNodeDependencies() argument
1642 DependencyMI.Dependants[this].insert(DependantName); in transferFinalizedNodeDependencies()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h707 const SymbolStringPtr &DependantName,