Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp964 auto OtherSymI = OtherJITDylib.Symbols.find(OtherSymbol); in addDependencies() local
969 assert(OtherSymI != OtherJITDylib.Symbols.end() && in addDependencies()
970 (OtherSymI->second.getState() != SymbolState::Ready && in addDependencies()
974 auto &OtherSymEntry = OtherSymI->second; in addDependencies()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp829 auto OtherSymI = OtherJITDylib.Symbols.find(OtherSymbol); in addDependencies() local
833 assert(OtherSymI != OtherJITDylib.Symbols.end() && in addDependencies()
836 auto &OtherSymEntry = OtherSymI->second; in addDependencies()