LLVM: llvm::objcopy::coff::Relocation Struct Reference (original) (raw)
#include "[ObjCopy/COFF/COFFObject.h](COFFObject%5F8h%5Fsource.html)"
| Public Member Functions |
|---|
| Public Attributes | |
|---|---|
| object::coff_relocation | Reloc |
| size_t | Target = 0 |
| StringRef | TargetName |
Detailed Description
Definition at line 26 of file COFFObject.h.
Constructor & Destructor Documentation
| llvm::objcopy::coff::Relocation::Relocation ( ) | default |
|---|
◆ Relocation() [2/2]
| llvm::objcopy::coff::Relocation::Relocation ( const object::coff_relocation & R) | inline |
|---|
Definition at line 28 of file COFFObject.h.
References Reloc.
Member Data Documentation
◆ Reloc
object::coff_relocation llvm::objcopy::coff::Relocation::Reloc
Definition at line 30 of file COFFObject.h.
Referenced by Relocation().
◆ Target
size_t llvm::objcopy::coff::Relocation::Target = 0
Definition at line 31 of file COFFObject.h.
◆ TargetName
StringRef llvm::objcopy::coff::Relocation::TargetName
Definition at line 32 of file COFFObject.h.
The documentation for this struct was generated from the following file:
- lib/ObjCopy/COFF/COFFObject.h