Searched refs:DepSym (Results 1 – 3 of 3) sorted by relevance
2143 for (auto &DepSym : Symbols) { in verifySessionState() local2144 if (!DepJD->Symbols.count(SymbolStringPtr(DepSym))) { in verifySessionState()2146 << "dependant symbol " << DepSym in verifySessionState()3202 NonOwningSymbolStringPtr DepSym, in IL_removeEDUDependence() argument3206 assert(EDU.Dependencies[&DepJD].count(DepSym) && in IL_removeEDUDependence()3209 JDDeps.erase(DepSym); in IL_removeEDUDependence()3598 for (auto DepSym : DepSyms) { in IL_failSymbols() local3599 assert(DepJD->Symbols.count(SymbolStringPtr(DepSym)) && in IL_failSymbols()3601 assert(DepJD->MaterializingInfos.count(SymbolStringPtr(DepSym)) && in IL_failSymbols()3603 auto &SymMI = DepJD->MaterializingInfos[SymbolStringPtr(DepSym)]; in IL_failSymbols()[all …]
228 for (auto &DepSym : Deps) in lookup() local229 SymbolSourceJDs[NonOwningSymbolStringPtr(DepSym)] = DepJD; in lookup()
1827 NonOwningSymbolStringPtr DepSym,