Home | History | Annotate | Download | only in Support

Lines Matching defs:dwarf

1 //===-- llvm/Support/Dwarf.h ---Dwarf Constants------------------*- C++ -*-===//
10 // This file contains constants used for implementing Dwarf debug support. For
11 // Details on the Dwarf 3 specfication see DWARF Debugging Information Format
12 // V.3 reference manual http://dwarf.freestandards.org ,
40 namespace dwarf {
43 // Dwarf constants as gleaned from the DWARF Debugging Information Format V.4
59 DWARF_VERSION = 4, // Default dwarf version we output.
65 // Special ID values that distinguish a CIE from a FDE in DWARF CFI.
132 // New in DWARF 5:
272 // New in DWARF 5:
625 // New in DWARF 5:
953 } // End of namespace dwarf