Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DCore.cpp884 for (auto &OtherSymbol : KV.second) { in addDependencies() local
887 auto OtherSymI = OtherJITDylib.Symbols.find(OtherSymbol); in addDependencies()
910 auto &OtherMI = OtherJITDylib.MaterializingInfos[OtherSymbol]; in addDependencies()
914 else if (&OtherJITDylib != this || OtherSymbol != Name) { in addDependencies()
916 DepsOnOtherJITDylib.insert(OtherSymbol); in addDependencies()