Lines Matching refs:toSec
119 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() function in COFFObjectFile
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()
350 const coff_section *Sec = toSec(Ref); in isSectionVirtual()
397 const coff_section *Sec = toSec(Ref); in section_rel_begin()
407 const coff_section *Sec = toSec(Ref); in section_rel_end()
1238 return toSec(Section.getRawDataRefImpl()); in getCOFFSection()