Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1128 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit() local
1129 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1131 auto &DependantSymEntry = DependantSymI->second; in emit()
1149 DependantName, DependantSymI->second.getSymbol()); in emit()