Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Unit

422   // was inlined from another compile unit.
515 // was inlined from another compile unit.
793 // FIXME: Consider the time-space tradeoff of just storing the unit pointer
796 DwarfCompileUnit *Unit = lookupUnit(VariableDie->getUnit());
797 assert(Unit);
800 Unit->addDIEEntry(*VariableDie, dwarf::DW_AT_abstract_origin,
803 Unit->applyVariableAttributes(*Var, *VariableDie);
851 assert(SPCU && "Unable to find Compile Unit!");
890 // Handle anything that needs to be done on a per-unit basis after
924 // ranges of code then emit a DW_AT_ranges attribute on the unit that will
1435 // Set DwarfDwarfCompileUnitID in MCContext to the Compile Unit this function
1448 assert(TheCU && "Unable to find compile unit!");
1909 Asm->OutStreamer.AddComment("Offset of Compilation Unit Info");
1912 Asm->OutStreamer.AddComment("Compilation Unit Length");
1915 // Emit the pubnames for this compilation unit.
2040 // compile unit. This is a hard coded 0 for low_pc when we're emitting
2041 // ranges, or the DW_AT_low_pc on the compile unit otherwise.
2191 // For each compile unit, write the list of spans it covers.
2469 void DwarfDebug::attachLowHighPC(DwarfCompileUnit &Unit, DIE &D,
2476 Unit.addLabelAddress(D, dwarf::DW_AT_low_pc, Begin);
2478 Unit.addLabelAddress(D, dwarf::DW_AT_high_pc, End);
2480 Unit.addLabelDelta(D, dwarf::DW_AT_high_pc, End, Begin);