LLVM 20.0.0git
|
#include "ObjCopy/COFF/COFFObject.h"
Public Member Functions | |
Relocation ()=default | |
Relocation (const object::coff_relocation &R) | |
Public Attributes | |
object::coff_relocation | Reloc |
size_t | Target = 0 |
StringRef | TargetName |
Definition at line 26 of file COFFObject.h.
|
default |
|
inline |
Definition at line 28 of file COFFObject.h.
object::coff_relocation llvm::objcopy::coff::Relocation::Reloc |
Definition at line 30 of file COFFObject.h.
size_t llvm::objcopy::coff::Relocation::Target = 0 |
Definition at line 31 of file COFFObject.h.
StringRef llvm::objcopy::coff::Relocation::TargetName |
Definition at line 32 of file COFFObject.h.