|
LLVM 22.0.0git
|
#include "llvm/MC/MCGOFFObjectWriter.h"
Public Attributes | |
| const MCSymbolGOFF * | Rptr |
| const MCSectionGOFF * | Pptr |
| uint32_t | REsdId = 0 |
| uint32_t | PEsdId = 0 |
| uint64_t | POffset |
| uint32_t | TargetLength |
| GOFF::RLDReferenceType | ReferenceType: 4 |
| GOFF::RLDReferentType | ReferentType: 2 |
| GOFF::RLDAction | Action: 1 |
| GOFF::RLDFetchStore | FetchStore: 1 |
Definition at line 52 of file MCGOFFObjectWriter.h.
|
inline |
Definition at line 66 of file MCGOFFObjectWriter.h.
References Action, FetchStore, POffset, Pptr, ReferenceType, ReferentType, Rptr, and TargetLength.
| GOFF::RLDAction llvm::GOFFRelocationEntry::Action |
Definition at line 63 of file MCGOFFObjectWriter.h.
Referenced by GOFFRelocationEntry().
| GOFF::RLDFetchStore llvm::GOFFRelocationEntry::FetchStore |
Definition at line 64 of file MCGOFFObjectWriter.h.
Referenced by GOFFRelocationEntry().
| uint32_t llvm::GOFFRelocationEntry::PEsdId = 0 |
Definition at line 56 of file MCGOFFObjectWriter.h.
| uint64_t llvm::GOFFRelocationEntry::POffset |
Definition at line 57 of file MCGOFFObjectWriter.h.
Referenced by GOFFRelocationEntry().
| const MCSectionGOFF* llvm::GOFFRelocationEntry::Pptr |
Definition at line 54 of file MCGOFFObjectWriter.h.
Referenced by GOFFRelocationEntry().
| GOFF::RLDReferenceType llvm::GOFFRelocationEntry::ReferenceType |
Definition at line 61 of file MCGOFFObjectWriter.h.
Referenced by GOFFRelocationEntry().
| GOFF::RLDReferentType llvm::GOFFRelocationEntry::ReferentType |
Definition at line 62 of file MCGOFFObjectWriter.h.
Referenced by GOFFRelocationEntry().
| uint32_t llvm::GOFFRelocationEntry::REsdId = 0 |
Definition at line 55 of file MCGOFFObjectWriter.h.
| const MCSymbolGOFF* llvm::GOFFRelocationEntry::Rptr |
Definition at line 53 of file MCGOFFObjectWriter.h.
Referenced by GOFFRelocationEntry().
| uint32_t llvm::GOFFRelocationEntry::TargetLength |
Definition at line 58 of file MCGOFFObjectWriter.h.
Referenced by GOFFRelocationEntry().