LLVM 18.0.0git
|
#include "llvm/DWARFLinker/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 |
Definition at line 34 of file DWARFLinkerCompileUnit.h.
|
default |
|
inline |
Definition at line 39 of file DWARFLinkerCompileUnit.h.
|
inline |
Definition at line 40 of file DWARFLinkerCompileUnit.h.
|
inline |
Definition at line 50 of file DWARFLinkerCompileUnit.h.
|
inline |
Definition at line 43 of file DWARFLinkerCompileUnit.h.
Referenced by llvm::CompileUnit::fixupForwardReferences().
DIE::value_iterator llvm::PatchLocation::I |
Definition at line 35 of file DWARFLinkerCompileUnit.h.
int64_t llvm::PatchLocation::RelocAdjustment = 0 |
Definition at line 36 of file DWARFLinkerCompileUnit.h.