Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1253 auto UnemittedDepI = DependantMI.UnemittedDependencies.find(&JD); in failSymbols() local
1254 assert(UnemittedDepI != DependantMI.UnemittedDependencies.end() && in failSymbols()
1256 assert(UnemittedDepI->second.count(Name) && in failSymbols()
1258 UnemittedDepI->second.erase(Name); in failSymbols()
1259 if (UnemittedDepI->second.empty()) in failSymbols()
1260 DependantMI.UnemittedDependencies.erase(UnemittedDepI); in failSymbols()