Searched refs:toSection32 (Results 1 – 4 of 4) sorted by relevance
93 XCOFFObjectFile::toSection32(DataRefImpl Ref) const { in toSection32() function in llvm::object::XCOFFObjectFile245 return toSection32(Sec)->VirtualAddress; in getSectionAddress()254 return toSection32(Sec) - sectionHeaderTable32() + 1; in getSectionIndex()263 return toSection32(Sec)->SectionSize; in getSectionSize()275 OffsetToRaw = toSection32(Sec)->FileOffsetToRawData; in getSectionContents()313 : toSection32(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()
100 XCOFFObjectFile::toSection32(DataRefImpl Ref) const { in toSection32() function in llvm::object::XCOFFObjectFile252 return toSection32(Sec)->VirtualAddress; in getSectionAddress()261 return toSection32(Sec) - sectionHeaderTable32() + 1; in getSectionIndex()270 return toSection32(Sec)->SectionSize; in getSectionSize()282 OffsetToRaw = toSection32(Sec)->FileOffsetToRawData; in getSectionContents()320 : toSection32(Sec)->FileOffsetToRawData == 0; in isSectionVirtual()326 const XCOFFSectionHeader32 *SectionEntPtr = toSection32(Sec); in section_rel_begin()338 const XCOFFSectionHeader32 *SectionEntPtr = toSection32(Sec); in section_rel_end()599 return is64Bit() ? toSection64(Sec)->Name : toSection32(Sec)->Name; in getSectionNameInternal()607 return is64Bit() ? toSection64(Sec)->Flags : toSection32(Sec)->Flags; in getSectionFlags()
216 const XCOFFSectionHeader32 *toSection32(DataRefImpl Ref) const;
235 const XCOFFSectionHeader32 *toSection32(DataRefImpl Ref) const;