Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp961 for (auto &OtherSymbol : KV.second) { in addDependencies() local
964 auto OtherSymI = OtherJITDylib.Symbols.find(OtherSymbol); in addDependencies()
985 assert(OtherJITDylib.MaterializingInfos.count(OtherSymbol) && in addDependencies()
987 auto &OtherMI = OtherJITDylib.MaterializingInfos[OtherSymbol]; in addDependencies()
991 else if (&OtherJITDylib != this || OtherSymbol != Name) { in addDependencies()
993 DepsOnOtherJITDylib.insert(OtherSymbol); in addDependencies()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp826 for (auto &OtherSymbol : KV.second) { in addDependencies() local
829 auto OtherSymI = OtherJITDylib.Symbols.find(OtherSymbol); in addDependencies()
852 auto &OtherMI = OtherJITDylib.MaterializingInfos[OtherSymbol]; in addDependencies()
856 else if (&OtherJITDylib != this || OtherSymbol != Name) { in addDependencies()
858 DepsOnOtherJITDylib.insert(OtherSymbol); in addDependencies()