Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1006 for (auto &OtherSymbol : KV.second) { in addDependencies() local
1009 auto SymI = OtherVSO.Symbols.find(OtherSymbol); in addDependencies()
1016 auto &OtherMI = OtherVSO.MaterializingInfos[OtherSymbol]; in addDependencies()
1020 else if (&OtherVSO != this || OtherSymbol != Name) { in addDependencies()
1022 DepsOnOtherVSO.insert(OtherSymbol); in addDependencies()