diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-11-02 06:46:40 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-11-02 06:46:40 +0000 |
commit | f7435ee6cec52e0af8dc36bef55efef375cf79e6 (patch) | |
tree | e08e533bab70ae5111cc173b794d668a84a9b55d /llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | |
parent | 7d48be2b7b973b472030683cd13553aad5df175a (diff) | |
download | bcm5719-llvm-f7435ee6cec52e0af8dc36bef55efef375cf79e6.tar.gz bcm5719-llvm-f7435ee6cec52e0af8dc36bef55efef375cf79e6.zip |
Push DwarfUnit::addAddress down into DwarfCompileUnit
llvm-svn: 221085
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h index ec04780ef65..a314ee8d998 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h @@ -262,11 +262,6 @@ public: void addSourceLine(DIE &Die, DINameSpace NS); void addSourceLine(DIE &Die, DIObjCProperty Ty); - /// addAddress - Add an address attribute to a die based on the location - /// provided. - void addAddress(DIE &Die, dwarf::Attribute Attribute, - const MachineLocation &Location, bool Indirect = false); - /// addConstantValue - Add constant value entry in variable DIE. void addConstantValue(DIE &Die, const MachineOperand &MO, DIType Ty); void addConstantValue(DIE &Die, const ConstantInt *CI, DIType Ty); |