Home
last modified time | relevance | path

Searched refs:fromSym (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp288 auto *fromSym = dyn_cast_or_null<Defined>(obj->symbols[entry.fromIndex]); in extractCallGraphProfile() local
290 if (fromSym && toSym && in extractCallGraphProfile()
292 (!getSymbolPriority(fromSym) && !getSymbolPriority(toSym)))) in extractCallGraphProfile()
293 callGraphProfile[{fromSym->isec(), toSym->isec()}] += entry.count; in extractCallGraphProfile()
H A DInputSection.cpp227 const Symbol *fromSym = cast<Symbol *>(r.referent); in writeTo() local
237 referentVA = minuendVA - fromSym->getVA(); in writeTo()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1170 auto *fromSym = dyn_cast_or_null<Defined>(obj->getSymbol(fromIndex)); in readCallGraphsFromObjectFiles() local
1172 if (!fromSym || !toSym) in readCallGraphsFromObjectFiles()
1174 auto *from = dyn_cast_or_null<SectionChunk>(fromSym->getChunk()); in readCallGraphsFromObjectFiles()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1110 auto *fromSym = dyn_cast<Defined>(&obj->getSymbol(fromIndex)); in readCallGraphsFromObjectFiles() local
1112 if (!fromSym || !toSym) in readCallGraphsFromObjectFiles()
1115 auto *from = dyn_cast_or_null<InputSectionBase>(fromSym->section); in readCallGraphsFromObjectFiles()