Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp92 const auto *toSec = cast<SectionChunk>(c.first.second->repl); in CallGraphSort() local
101 if (ctx.getOutputSection(fromSec) != ctx.getOutputSection(toSec)) in CallGraphSort()
105 int to = getOrCreateNode(toSec); in CallGraphSort()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp118 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() function in COFFObjectFile
264 const coff_section *Sec = toSec(Ref); in moveSectionNext()
270 const coff_section *Sec = toSec(Ref); in getSectionName()
275 const coff_section *Sec = toSec(Ref); in getSectionAddress()
285 return toSec(Sec) - SectionTable; in getSectionIndex()
289 return getSectionSize(toSec(Ref)); in getSectionSize()
294 const coff_section *Sec = toSec(Ref); in getSectionContents()
302 const coff_section *Sec = toSec(Ref); in getSectionAlignment()
311 const coff_section *Sec = toSec(Ref); in isSectionText()
316 const coff_section *Sec = toSec(Ref); in isSectionData()
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp97 const auto toSec = c.first.second->canonical(); in CallGraphSort() local
105 if (fromSec->parent != toSec->parent) in CallGraphSort()
109 int to = getOrCreateCluster(toSec); in CallGraphSort()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h869 const coff_section *toSec(DataRefImpl Sec) const;