LLVM 20.0.0git
|
#include "llvm/Object/COFF.h"
Public Member Functions | |
bool | hasExtendedRelocations () const |
uint32_t | getAlignment () const |
|
inline |
Definition at line 463 of file COFF.h.
References Characteristics, and llvm::COFF::IMAGE_SCN_TYPE_NO_PAD.
Referenced by llvm::object::COFFObjectFile::getSectionAlignment().
|
inline |
Definition at line 458 of file COFF.h.
References Characteristics, llvm::COFF::IMAGE_SCN_LNK_NRELOC_OVFL, and NumberOfRelocations.
Referenced by getFirstReloc(), and getNumberOfRelocations().
support::ulittle32_t llvm::object::coff_section::Characteristics |
Definition at line 454 of file COFF.h.
Referenced by getAlignment(), llvm::RuntimeDyldCOFFThumb::getJITSymbolFlags(), llvm::objcopy::coff::handleArgs(), hasExtendedRelocations(), llvm::isRequiredForExecution(), llvm::object::COFFObjectFile::isSectionBSS(), llvm::object::COFFObjectFile::isSectionData(), llvm::object::COFFObjectFile::isSectionText(), and llvm::logicalview::LVBinaryReader::mapVirtualAddress().
char llvm::object::coff_section::Name[COFF::NameSize] |
Definition at line 445 of file COFF.h.
Referenced by llvm::object::COFFObjectFile::getSectionName().
support::ulittle16_t llvm::object::coff_section::NumberOfLinenumbers |
support::ulittle16_t llvm::object::coff_section::NumberOfRelocations |
Definition at line 452 of file COFF.h.
Referenced by getNumberOfRelocations(), and hasExtendedRelocations().
support::ulittle32_t llvm::object::coff_section::PointerToLinenumbers |
support::ulittle32_t llvm::object::coff_section::PointerToRawData |
Definition at line 449 of file COFF.h.
Referenced by llvm::object::COFFObjectFile::getSectionContents(), llvm::object::COFFObjectFile::isSectionVirtual(), and llvm::logicalview::LVBinaryReader::mapVirtualAddress().
support::ulittle32_t llvm::object::coff_section::PointerToRelocations |
Definition at line 450 of file COFF.h.
Referenced by getFirstReloc(), and getNumberOfRelocations().
support::ulittle32_t llvm::object::coff_section::SizeOfRawData |
Definition at line 448 of file COFF.h.
Referenced by llvm::object::COFFObjectFile::getSectionSize(), llvm::isRequiredForExecution(), llvm::logicalview::LVBinaryReader::mapVirtualAddress(), and llvm::objcopy::coff::Section::setOwnedContents().
support::ulittle32_t llvm::object::coff_section::VirtualAddress |
Definition at line 447 of file COFF.h.
Referenced by llvm::object::COFFObjectFile::getSectionAddress(), llvm::logicalview::LVBinaryReader::mapVirtualAddress(), and llvm::object::COFFObjectFile::section_rel_begin().
support::ulittle32_t llvm::object::coff_section::VirtualSize |
Definition at line 446 of file COFF.h.
Referenced by llvm::object::COFFObjectFile::getSectionSize(), and llvm::isRequiredForExecution().