Lines Matching refs:toSec
116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() function in COFFObjectFile
256 const coff_section *Sec = toSec(Ref); in moveSectionNext()
263 const coff_section *Sec = toSec(Ref); in getSectionName()
268 const coff_section *Sec = toSec(Ref); in getSectionAddress()
278 return getSectionSize(toSec(Ref)); in getSectionSize()
283 const coff_section *Sec = toSec(Ref); in getSectionContents()
291 const coff_section *Sec = toSec(Ref); in getSectionAlignment()
300 const coff_section *Sec = toSec(Ref); in isSectionText()
305 const coff_section *Sec = toSec(Ref); in isSectionData()
310 const coff_section *Sec = toSec(Ref); in isSectionBSS()
325 const coff_section *Sec = toSec(Ref); in isSectionVirtual()
366 const coff_section *Sec = toSec(Ref); in section_rel_begin()
376 const coff_section *Sec = toSec(Ref); in section_rel_end()
1085 return toSec(Section.getRawDataRefImpl()); in getCOFFSection()