Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp3307 auto DepEntryItr = DepJD->Symbols.find(SymbolStringPtr(Dep)); in IL_emit() local
3312 if (DepEntryItr == DepJD->Symbols.end() || in IL_emit()
3313 DepEntryItr->second.getFlags().hasError()) { in IL_emit()
3320 auto &DepEntry = DepEntryItr->second; in IL_emit()