Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Start

1326     // Start the dwarf pubnames section.
1481 // Start the dwarf loc section.
1515 // address we know we've emitted elsewhere (the start of the function?
1516 // The start of the CU or CU subrange that encloses this range?)
1529 const MCSymbol *Start, *End;
1566 Span.Start = Cur.Sym;
1601 Span.Start = StartSym;
1610 // Start the dwarf aranges section.
1668 Asm->EmitLabelReference(Span.Start, PtrSize);
1670 // Calculate the size as being from the span start to it's end.
1672 Asm->EmitLabelDifference(Span.End, Span.Start, PtrSize);
1676 uint64_t Size = SymSize[Span.Start];
1692 // Start the dwarf ranges section.
1771 // Start the dwarf macinfo section.