Lines Matching refs:toSec
117 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() function in COFFObjectFile
257 const coff_section *Sec = toSec(Ref); in moveSectionNext()
264 const coff_section *Sec = toSec(Ref); in getSectionName()
269 const coff_section *Sec = toSec(Ref); in getSectionAddress()
279 return getSectionSize(toSec(Ref)); in getSectionSize()
284 const coff_section *Sec = toSec(Ref); in getSectionContents()
292 const coff_section *Sec = toSec(Ref); in getSectionAlignment()
297 const coff_section *Sec = toSec(Ref); in isSectionText()
302 const coff_section *Sec = toSec(Ref); in isSectionData()
307 const coff_section *Sec = toSec(Ref); in isSectionBSS()
322 const coff_section *Sec = toSec(Ref); in isSectionVirtual()
363 const coff_section *Sec = toSec(Ref); in section_rel_begin()
373 const coff_section *Sec = toSec(Ref); in section_rel_end()
1000 return toSec(Section.getRawDataRefImpl()); in getCOFFSection()