struct PatchLocation
Declaration
struct PatchLocation { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h:29
Member Variables
- public DIE::value_iterator I
Method Overview
- public PatchLocation()
- public PatchLocation(DIE::value_iterator I)
- public uint64_t get() const
- public void set(uint64_t New) const
Methods
¶PatchLocation()
PatchLocation()
Declared at: llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h:32
¶PatchLocation(DIE::value_iterator I)
PatchLocation(DIE::value_iterator I)
Declared at: llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h:33
Parameters
¶uint64_t get() const
uint64_t get() const
Declared at: llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h:42
¶void set(uint64_t New) const
void set(uint64_t New) const
Declared at: llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h:35
Parameters
- uint64_t New