LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::dwarf_linker::classic::PatchLocation Struct Reference

#include "llvm/DWARFLinker/Classic/DWARFLinkerCompileUnit.h"

Public Member Functions

 PatchLocation ()=default
 
 PatchLocation (DIE::value_iterator I)
 
 PatchLocation (DIE::value_iterator I, int64_t Reloc)
 
void set (uint64_t New) const
 
uint64_t get () const
 

Public Attributes

DIE::value_iterator I
 
int64_t RelocAdjustment = 0
 

Detailed Description

Definition at line 36 of file DWARFLinkerCompileUnit.h.

Constructor & Destructor Documentation

◆ PatchLocation() [1/3]

llvm::dwarf_linker::classic::PatchLocation::PatchLocation ( )
default

◆ PatchLocation() [2/3]

llvm::dwarf_linker::classic::PatchLocation::PatchLocation ( DIE::value_iterator  I)
inline

Definition at line 41 of file DWARFLinkerCompileUnit.h.

◆ PatchLocation() [3/3]

llvm::dwarf_linker::classic::PatchLocation::PatchLocation ( DIE::value_iterator  I,
int64_t  Reloc 
)
inline

Definition at line 42 of file DWARFLinkerCompileUnit.h.

Member Function Documentation

◆ get()

uint64_t llvm::dwarf_linker::classic::PatchLocation::get ( ) const
inline

Definition at line 52 of file DWARFLinkerCompileUnit.h.

References assert(), and I.

◆ set()

void llvm::dwarf_linker::classic::PatchLocation::set ( uint64_t  New) const
inline

Member Data Documentation

◆ I

DIE::value_iterator llvm::dwarf_linker::classic::PatchLocation::I

Definition at line 37 of file DWARFLinkerCompileUnit.h.

Referenced by get(), and set().

◆ RelocAdjustment

int64_t llvm::dwarf_linker::classic::PatchLocation::RelocAdjustment = 0

Definition at line 38 of file DWARFLinkerCompileUnit.h.


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