Home
last modified time | relevance | path

Searched refs:toSection64 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp164 XCOFFObjectFile::toSection64(DataRefImpl Ref) const { in toSection64() function in llvm::object::XCOFFObjectFile
340 SecName = XCOFFObjectFile::toSection64(SecDRIOrErr.get())->getName(); in getSymbolType()
385 return toSection64(Sec)->VirtualAddress; in getSectionAddress()
394 return toSection64(Sec) - sectionHeaderTable64() + 1; in getSectionIndex()
403 return toSection64(Sec)->SectionSize; in getSectionSize()
415 OffsetToRaw = toSection64(Sec)->FileOffsetToRawData; in getSectionContents()
443 return toSection64(Sec)->FileOffsetToRawData; in getSectionFileOffsetToRawData()
519 return is64Bit() ? toSection64(Sec)->FileOffsetToRawData == 0 in isSectionVirtual()
526 const XCOFFSectionHeader64 *SectionEntPtr = toSection64(Sec); in section_rel_begin()
552 const XCOFFSectionHeader64 *SectionEntPtr = toSection64(Sec); in section_rel_end()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h555 const XCOFFSectionHeader64 *toSection64(DataRefImpl Ref) const;