Lines Matching full:dwarf
1 //===-- llvm/CodeGen/DwarfDebug.h - Dwarf Debug Framework ------*- C++ -*--===//
10 // This file contains support for writing dwarf debug info into asm files.
150 // Translate tag to proper Dwarf tag.
152 if (Var.getTag() == dwarf::DW_TAG_arg_variable)
153 return dwarf::DW_TAG_formal_parameter;
155 return dwarf::DW_TAG_variable;
161 if (Var.getTag() == dwarf::DW_TAG_arg_variable
185 /// Asm - Target of Dwarf emission.
192 // Attributes used to construct specific Dwarf sections.
277 /// label location to indicate scope boundries in dwarf debug info.
299 // the beginning of each supported dwarf section. These are used to form
342 /// EmitSectionLabels - Emit initial Dwarf sections with a label at
414 /// 2. Dwarf version number
493 /// beginModule - Emit all Dwarf sections that should come prior to the
497 /// endModule - Emit all Dwarf sections that should come after the content.