Searched refs:toSection64 (Results 1 – 4 of 4) sorted by relevance
102 XCOFFObjectFile::toSection64(DataRefImpl Ref) const { in toSection64() function in llvm::object::XCOFFObjectFile243 return toSection64(Sec)->VirtualAddress; in getSectionAddress()252 return toSection64(Sec) - sectionHeaderTable64() + 1; in getSectionIndex()261 return toSection64(Sec)->SectionSize; in getSectionSize()273 OffsetToRaw = toSection64(Sec)->FileOffsetToRawData; in getSectionContents()312 return is64Bit() ? toSection64(Sec)->FileOffsetToRawData == 0 in isSectionVirtual()552 return is64Bit() ? toSection64(Sec)->Name : toSection32(Sec)->Name; in getSectionNameInternal()560 return is64Bit() ? toSection64(Sec)->Flags : toSection32(Sec)->Flags; in getSectionFlags()
109 XCOFFObjectFile::toSection64(DataRefImpl Ref) const { in toSection64() function in llvm::object::XCOFFObjectFile250 return toSection64(Sec)->VirtualAddress; in getSectionAddress()259 return toSection64(Sec) - sectionHeaderTable64() + 1; in getSectionIndex()268 return toSection64(Sec)->SectionSize; in getSectionSize()280 OffsetToRaw = toSection64(Sec)->FileOffsetToRawData; in getSectionContents()319 return is64Bit() ? toSection64(Sec)->FileOffsetToRawData == 0 in isSectionVirtual()599 return is64Bit() ? toSection64(Sec)->Name : toSection32(Sec)->Name; in getSectionNameInternal()607 return is64Bit() ? toSection64(Sec)->Flags : toSection32(Sec)->Flags; in getSectionFlags()
217 const XCOFFSectionHeader64 *toSection64(DataRefImpl Ref) const;
236 const XCOFFSectionHeader64 *toSection64(DataRefImpl Ref) const;