diff options
Diffstat (limited to 'include/llvm/DebugInfo')
| -rw-r--r-- | include/llvm/DebugInfo/DWARFFormValue.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/DebugInfo/DWARFFormValue.h b/include/llvm/DebugInfo/DWARFFormValue.h index ad6f71d..5618155 100644 --- a/include/llvm/DebugInfo/DWARFFormValue.h +++ b/include/llvm/DebugInfo/DWARFFormValue.h @@ -58,10 +58,6 @@ public: const uint8_t *BlockData() const; uint64_t getReference(const DWARFCompileUnit* cu) const; - /// Resolve any compile unit specific references so that we don't need - /// the compile unit at a later time in order to work with the form - /// value. - bool resolveCompileUnitReferences(const DWARFCompileUnit* cu); uint64_t getUnsigned() const { return Value.uval; } int64_t getSigned() const { return Value.sval; } const char *getAsCString(const DWARFCompileUnit *CU) const; |
