LLVM 17.0.0git
|
#include "llvm/DWARFLinker/DWARFLinkerCompileUnit.h"
Public Member Functions | |
PatchLocation ()=default | |
PatchLocation (DIE::value_iterator I) | |
void | set (uint64_t New) const |
uint64_t | get () const |
Public Attributes | |
DIE::value_iterator | I |
Definition at line 27 of file DWARFLinkerCompileUnit.h.
|
default |
|
inline |
Definition at line 31 of file DWARFLinkerCompileUnit.h.
|
inline |
Definition at line 40 of file DWARFLinkerCompileUnit.h.
|
inline |
Definition at line 33 of file DWARFLinkerCompileUnit.h.
Referenced by llvm::CompileUnit::fixupForwardReferences().
DIE::value_iterator llvm::PatchLocation::I |
Definition at line 28 of file DWARFLinkerCompileUnit.h.