Lines Matching full:unit
1 //===-- llvm/CodeGen/DwarfUnit.h - Dwarf Compile Unit ---*- C++ -*--===//
10 // This file contains support for writing dwarf compile unit.
65 /// Unit - This dwarf writer support class manages information associated
72 /// Node - MDNode for the compile unit.
75 /// Unit debug information entry.
91 /// MDNodeToDieMap - Tracks the mapping of unit level debug information
95 /// MDNodeToDIEEntryMap - Tracks the mapping of unit level debug information
99 /// GlobalNames - A map of globally visible named entities for this unit.
102 /// GlobalTypes - A map of globally visible types for this unit.
116 // List of ranges for a given compile unit.
119 // List of range lists for a given compile unit, separate from the ranges for
129 /// The section this unit will be emitted in.
132 /// A label at the start of the non-dwo section related to this unit.
135 /// The start of the unit within its section.
138 /// The end of the unit within its section.
141 /// Skeleton unit associated with this unit.
150 /// Set the skeleton unit associated with this unit.
153 /// Get the skeleton unit associated with this unit.
157 /// unit (type units will have actually distinct symbols once they're in
175 /// unit, otherwise return the section symbol for this unit.
187 /// If there's a skeleton then return the begin label for the skeleton unit,
188 /// otherwise return the local label for this unit.
216 /// hasContent - Return true if this compile unit has something to write out.
219 /// addRange - Add an address range to the list of ranges for this unit.
222 /// getRanges - Get the list of ranges for this unit.
239 /// addGlobalName - Add a new global entity to the compile unit.
432 unit, not including the initial
440 /// Emit the header for this unit, not including the initial length field.
528 /// The attribute index of DW_AT_stmt_list in the compile unit DIE, avoiding
538 /// Apply the DW_AT_stmt_list from this compile unit to the specified DIE.
575 /// Emit the header for this unit, not including the initial length field.