Searched refs:toSec (Results 1 – 4 of 4) sorted by relevance
90 const auto *toSec = cast<SectionChunk>(c.first.second->repl); in CallGraphSort() local99 if (ctx.getOutputSection(fromSec) != ctx.getOutputSection(toSec)) in CallGraphSort()103 int to = getOrCreateNode(toSec); in CallGraphSort()
265 const coff_section *Sec = toSec(Ref); in moveSectionNext()271 const coff_section *Sec = toSec(Ref); in getSectionName()276 const coff_section *Sec = toSec(Ref); in getSectionAddress()286 return toSec(Sec) - SectionTable; in getSectionIndex()290 return getSectionSize(toSec(Ref)); in getSectionSize()295 const coff_section *Sec = toSec(Ref); in getSectionContents()303 const coff_section *Sec = toSec(Ref); in getSectionAlignment()312 const coff_section *Sec = toSec(Ref); in isSectionText()317 const coff_section *Sec = toSec(Ref); in isSectionData()322 const coff_section *Sec = toSec(Ref); in isSectionBSS()[all …]
97 const auto toSec = c.first.second->canonical(); in CallGraphSort() local105 if (fromSec->parent != toSec->parent) in CallGraphSort()109 int to = getOrCreateCluster(toSec); in CallGraphSort()
832 const coff_section *toSec(DataRefImpl Sec) const;