summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFFormValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFFormValue.h')
-rw-r--r--llvm/lib/DebugInfo/DWARFFormValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARFFormValue.h b/llvm/lib/DebugInfo/DWARFFormValue.h
index b863001e4af..eaaccfb4f33 100644
--- a/llvm/lib/DebugInfo/DWARFFormValue.h
+++ b/llvm/lib/DebugInfo/DWARFFormValue.h
@@ -74,7 +74,7 @@ public:
uint32_t *offset_ptr, const DWARFCompileUnit *cu);
static bool isBlockForm(uint16_t form);
static bool isDataForm(uint16_t form);
- static const uint8_t *getFixedFormSizesForAddressSize(uint8_t addr_size);
+ static const uint8_t *getFixedFormSizes(uint8_t AddrSize, uint16_t Version);
};
}
OpenPOWER on IntegriCloud