Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1166 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit() local
1167 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1169 auto &DependantSymEntry = DependantSymI->second; in emit()
1185 DependantName, DependantSymI->second.getSymbol()); in emit()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1061 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit() local
1062 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1064 auto &DependantSymEntry = DependantSymI->second; in emit()
1082 DependantName, DependantSymI->second.getSymbol()); in emit()