Searched refs:fromSym (Results 1 – 4 of 4) sorted by relevance
288 auto *fromSym = dyn_cast_or_null<Defined>(obj->symbols[entry.fromIndex]); in extractCallGraphProfile() local290 if (fromSym && toSym && in extractCallGraphProfile()292 (!getSymbolPriority(fromSym) && !getSymbolPriority(toSym)))) in extractCallGraphProfile()293 callGraphProfile[{fromSym->isec(), toSym->isec()}] += entry.count; in extractCallGraphProfile()
227 const Symbol *fromSym = cast<Symbol *>(r.referent); in writeTo() local237 referentVA = minuendVA - fromSym->getVA(); in writeTo()
1170 auto *fromSym = dyn_cast_or_null<Defined>(obj->getSymbol(fromIndex)); in readCallGraphsFromObjectFiles() local1172 if (!fromSym || !toSym) in readCallGraphsFromObjectFiles()1174 auto *from = dyn_cast_or_null<SectionChunk>(fromSym->getChunk()); in readCallGraphsFromObjectFiles()
1110 auto *fromSym = dyn_cast<Defined>(&obj->getSymbol(fromIndex)); in readCallGraphsFromObjectFiles() local1112 if (!fromSym || !toSym) in readCallGraphsFromObjectFiles()1115 auto *from = dyn_cast_or_null<InputSectionBase>(fromSym->section); in readCallGraphsFromObjectFiles()