diff options
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfException.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfException.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfException.cpp b/lib/CodeGen/AsmPrinter/DwarfException.cpp index 515c0a1e7c..166c2fee57 100644 --- a/lib/CodeGen/AsmPrinter/DwarfException.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfException.cpp @@ -51,6 +51,7 @@ DwarfException::~DwarfException() { delete ExceptionTimer; } +/// SizeOfEncodedValue - Return the size of the encoding in bytes. unsigned DwarfException::SizeOfEncodedValue(unsigned Encoding) { if (Encoding == dwarf::DW_EH_PE_omit) return 0; |