Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDCore.cpp958 auto &OtherJITDylib = *KV.first; in addDependencies() local
959 auto &DepsOnOtherJITDylib = MI.UnemittedDependencies[&OtherJITDylib]; in addDependencies()
964 auto OtherSymI = OtherJITDylib.Symbols.find(OtherSymbol); in addDependencies()
969 assert(OtherSymI != OtherJITDylib.Symbols.end() && 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()
998 MI.UnemittedDependencies.erase(&OtherJITDylib); in addDependencies()