|
LLVM 24.0.0git
|
#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 |
Definition at line 37 of file DWARFLinkerCompileUnit.h.
|
default |
|
inline |
Definition at line 42 of file DWARFLinkerCompileUnit.h.
References I.
|
inline |
Definition at line 43 of file DWARFLinkerCompileUnit.h.
References I, and RelocAdjustment.
|
inline |
Definition at line 53 of file DWARFLinkerCompileUnit.h.
|
inline |
Definition at line 46 of file DWARFLinkerCompileUnit.h.
References assert(), I, and uint64_t.
Referenced by llvm::dwarf_linker::classic::CompileUnit::fixupForwardReferences().
| DIE::value_iterator llvm::dwarf_linker::classic::PatchLocation::I |
Definition at line 38 of file DWARFLinkerCompileUnit.h.
Referenced by get(), PatchLocation(), PatchLocation(), and set().
| int64_t llvm::dwarf_linker::classic::PatchLocation::RelocAdjustment = 0 |
Definition at line 39 of file DWARFLinkerCompileUnit.h.
Referenced by PatchLocation().