Home | History | Annotate | Download | only in AsmPrinter

Lines Matching full:unit

1 //===-- llvm/CodeGen/DwarfCompileUnit.h - Dwarf Compile Unit ---*- C++ -*--===//
10 // This file contains support for writing dwarf compile unit.
41 /// Language - The DW_AT_language of the compile unit
45 /// Die - Compile unit debug information entry.
59 /// MDNodeToDieMap - Tracks the mapping of unit level debug informaton
63 /// MDNodeToDIEEntryMap - Tracks the mapping of unit level debug informaton
67 /// GlobalNames - A map of globally visible named entities for this unit.
71 /// GlobalTypes - A map of globally visible types for this unit.
128 /// hasContent - Return true if this compile unit has something to write out.
132 /// addGlobalName - Add a new global entity to the compile unit.
136 /// addGlobalType - Add a new global type to the compile unit.
187 /// addDie - Adds or interns the DIE to the compile unit.