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.cpp163 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()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h548 const XCOFFSectionHeader64 *toSection64(DataRefImpl Ref) const;