LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::objcopy::coff::Relocation Struct Reference

#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
 

Detailed Description

Definition at line 26 of file COFFObject.h.

Constructor & Destructor Documentation

◆ Relocation() [1/2]

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.

Member Data Documentation

◆ Reloc

object::coff_relocation llvm::objcopy::coff::Relocation::Reloc

Definition at line 30 of file COFFObject.h.

◆ 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: