LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::object::XCOFFRelocation< AddressType > Struct Template Reference

#include "llvm/Object/XCOFFObjectFile.h"

Inheritance diagram for llvm::object::XCOFFRelocation< AddressType >:
Inheritance graph
[legend]

Public Member Functions

bool isRelocationSigned () const
 
bool isFixupIndicated () const
 
uint8_t getRelocatedLength () const
 

Public Attributes

AddressType VirtualAddress
 
support::ubig32_t SymbolIndex
 
uint8_t Info
 
XCOFF::RelocationType Type
 

Detailed Description

template<typename AddressType>
struct llvm::object::XCOFFRelocation< AddressType >

Definition at line 502 of file XCOFFObjectFile.h.

Member Function Documentation

◆ getRelocatedLength()

template<typename AddressType >
uint8_t llvm::object::XCOFFRelocation< AddressType >::getRelocatedLength

Definition at line 89 of file XCOFFObjectFile.cpp.

References Info, and llvm::XCOFF::XR_BIASED_LENGTH_MASK.

◆ isFixupIndicated()

template<typename AddressType >
bool llvm::object::XCOFFRelocation< AddressType >::isFixupIndicated

Definition at line 84 of file XCOFFObjectFile.cpp.

References Info, and llvm::XCOFF::XR_FIXUP_INDICATOR_MASK.

◆ isRelocationSigned()

template<typename AddressType >
bool llvm::object::XCOFFRelocation< AddressType >::isRelocationSigned

Definition at line 79 of file XCOFFObjectFile.cpp.

References Info, and llvm::XCOFF::XR_SIGN_INDICATOR_MASK.

Member Data Documentation

◆ Info

template<typename AddressType >
uint8_t llvm::object::XCOFFRelocation< AddressType >::Info

Definition at line 508 of file XCOFFObjectFile.h.

◆ SymbolIndex

template<typename AddressType >
support::ubig32_t llvm::object::XCOFFRelocation< AddressType >::SymbolIndex

◆ Type

template<typename AddressType >
XCOFF::RelocationType llvm::object::XCOFFRelocation< AddressType >::Type

◆ VirtualAddress

template<typename AddressType >
AddressType llvm::object::XCOFFRelocation< AddressType >::VirtualAddress

The documentation for this struct was generated from the following files: