Lines Matching refs:toSection64
163 XCOFFObjectFile::toSection64(DataRefImpl Ref) const { in toSection64() function in llvm::object::XCOFFObjectFile
339 SecName = XCOFFObjectFile::toSection64(SecDRIOrErr.get())->getName(); in getSymbolType()
384 return toSection64(Sec)->VirtualAddress; in getSectionAddress()
393 return toSection64(Sec) - sectionHeaderTable64() + 1; in getSectionIndex()
402 return toSection64(Sec)->SectionSize; in getSectionSize()
414 OffsetToRaw = toSection64(Sec)->FileOffsetToRawData; in getSectionContents()
438 return toSection64(Sec)->FileOffsetToRawData; in getSectionFileOffsetToRawData()
514 return is64Bit() ? toSection64(Sec)->FileOffsetToRawData == 0 in isSectionVirtual()
521 const XCOFFSectionHeader64 *SectionEntPtr = toSection64(Sec); in section_rel_begin()
547 const XCOFFSectionHeader64 *SectionEntPtr = toSection64(Sec); in section_rel_end()
964 return is64Bit() ? toSection64(Sec)->Name : toSection32(Sec)->Name; in getSectionNameInternal()
972 return is64Bit() ? toSection64(Sec)->Flags : toSection32(Sec)->Flags; in getSectionFlags()