Searched refs:toSym (Results 1 – 4 of 4) sorted by relevance
286 auto *toSym = dyn_cast_or_null<Defined>(obj->symbols[entry.toIndex]); in extractCallGraphProfile() local287 if (fromSym && toSym && in extractCallGraphProfile()289 (!getSymbolPriority(fromSym) && !getSymbolPriority(toSym)))) in extractCallGraphProfile()290 callGraphProfile[{fromSym->isec(), toSym->isec()}] += entry.count; in extractCallGraphProfile()
231 if (const Symbol *toSym = minuend.referent.dyn_cast<Symbol *>()) in writeTo() local232 minuendVA = toSym->getVA() + minuend.addend; in writeTo()
1176 auto *toSym = dyn_cast_or_null<Defined>(obj->getSymbol(toIndex)); in readCallGraphsFromObjectFiles() local1177 if (!fromSym || !toSym) in readCallGraphsFromObjectFiles()1180 auto *to = dyn_cast_or_null<SectionChunk>(toSym->getChunk()); in readCallGraphsFromObjectFiles()
1040 auto *toSym = dyn_cast<Defined>(&obj->getSymbol(toIndex)); in readCallGraphsFromObjectFiles() local1041 if (!fromSym || !toSym) in readCallGraphsFromObjectFiles()1045 auto *to = dyn_cast_or_null<InputSectionBase>(toSym->section); in readCallGraphsFromObjectFiles()