Home | History | Annotate | Download | only in Orc

Lines Matching refs:SrcV

735   VSO &SrcV = SourceVSO ? *SourceVSO : TgtV;
784 if (&SrcV == &TgtV && (QueryAliases.count(Tmp->second.Aliasee) ||
809 &SrcV](const SymbolDependenceMap &Deps) {
814 // Otherwise the only deps should be on SrcV.
815 assert(Deps.size() == 1 && Deps.count(&SrcV) &&
818 auto &SrcVDeps = Deps.find(&SrcV)->second;
820 auto &PerAliasDeps = PerAliasDepsMap[&SrcV];
849 ES.lookup({&SrcV}, QuerySymbols, std::move(OnResolve), std::move(OnReady),