Searched refs:DepSym (Results 1 – 3 of 3) sorted by relevance
2138 for (auto &DepSym : Symbols) { in verifySessionState() local2139 if (!DepJD->Symbols.count(SymbolStringPtr(DepSym))) { in verifySessionState()2141 << "dependant symbol " << DepSym in verifySessionState()3210 NonOwningSymbolStringPtr DepSym, in IL_removeEDUDependence() argument3214 assert(EDU.Dependencies[&DepJD].count(DepSym) && in IL_removeEDUDependence()3217 JDDeps.erase(DepSym); in IL_removeEDUDependence()3604 for (auto DepSym : DepSyms) { in IL_failSymbols() local3605 assert(DepJD->Symbols.count(SymbolStringPtr(DepSym)) && in IL_failSymbols()3607 assert(DepJD->MaterializingInfos.count(SymbolStringPtr(DepSym)) && in IL_failSymbols()3609 auto &SymMI = DepJD->MaterializingInfos[SymbolStringPtr(DepSym)]; in IL_failSymbols()[all …]
121 for (auto &DepSym : Deps) in lookup() local122 SymbolSourceJDs[NonOwningSymbolStringPtr(DepSym)] = DepJD; in lookup()
1795 NonOwningSymbolStringPtr DepSym,