Lines Matching refs:OutStreamer
236 Asm->OutStreamer.getContext().setDwarfVersion(DwarfVersion); in DwarfDebug()
381 if (!Asm->OutStreamer.hasRawTextSupport() || SingleCU) in constructDwarfCompileUnit()
382 Asm->OutStreamer.getContext().setMCLineTableCompilationDir( in constructDwarfCompileUnit()
973 Asm->OutStreamer.getContext().getCurrentDwarfLoc().getLine()) in beginInstruction()
999 Asm->OutStreamer.EmitLabel(PrevLabel); in beginInstruction()
1027 Asm->OutStreamer.EmitLabel(PrevLabel); in endInstruction()
1111 if (Asm->OutStreamer.hasRawTextSupport()) in beginFunction()
1113 Asm->OutStreamer.getContext().setDwarfCompileUnitID(0); in beginFunction()
1115 Asm->OutStreamer.getContext().setDwarfCompileUnitID(TheCU->getUniqueID()); in beginFunction()
1184 Asm->OutStreamer.getContext().setDwarfCompileUnitID(0); in endFunction()
1261 unsigned CUID = Asm->OutStreamer.getContext().getDwarfCompileUnitID(); in recordSourceLine()
1265 Asm->OutStreamer.EmitDwarfLocDirective(Src, Line, Col, Flags, 0, in recordSourceLine()
1289 Asm->OutStreamer.SwitchSection(Section); in emitAccel()
1403 Asm->OutStreamer.SwitchSection(PSec); in emitDebugPubSection()
1406 Asm->OutStreamer.AddComment("Length of Public " + Name + " Info"); in emitDebugPubSection()
1411 Asm->OutStreamer.EmitLabel(BeginLabel); in emitDebugPubSection()
1413 Asm->OutStreamer.AddComment("DWARF Version"); in emitDebugPubSection()
1416 Asm->OutStreamer.AddComment("Offset of Compilation Unit Info"); in emitDebugPubSection()
1419 Asm->OutStreamer.AddComment("Compilation Unit Length"); in emitDebugPubSection()
1427 Asm->OutStreamer.AddComment("DIE offset"); in emitDebugPubSection()
1432 Asm->OutStreamer.AddComment( in emitDebugPubSection()
1438 Asm->OutStreamer.AddComment("External Name"); in emitDebugPubSection()
1439 Asm->OutStreamer.EmitBytes(StringRef(Name, GI.getKeyLength() + 1)); in emitDebugPubSection()
1442 Asm->OutStreamer.AddComment("End Mark"); in emitDebugPubSection()
1444 Asm->OutStreamer.EmitLabel(EndLabel); in emitDebugPubSection()
1551 Asm->OutStreamer.AddComment("Loc expr size"); in emitDebugLocEntryLocation()
1552 MCSymbol *begin = Asm->OutStreamer.getContext().CreateTempSymbol(); in emitDebugLocEntryLocation()
1553 MCSymbol *end = Asm->OutStreamer.getContext().CreateTempSymbol(); in emitDebugLocEntryLocation()
1555 Asm->OutStreamer.EmitLabel(begin); in emitDebugLocEntryLocation()
1560 Asm->OutStreamer.EmitLabel(end); in emitDebugLocEntryLocation()
1566 Asm->OutStreamer.SwitchSection( in emitDebugLoc()
1570 Asm->OutStreamer.EmitLabel(DebugLoc.Label); in emitDebugLoc()
1580 Asm->OutStreamer.EmitSymbolValue(Entry.getBeginSym(), Size); in emitDebugLoc()
1581 Asm->OutStreamer.EmitSymbolValue(Entry.getEndSym(), Size); in emitDebugLoc()
1586 Asm->OutStreamer.EmitIntValue(0, Size); in emitDebugLoc()
1587 Asm->OutStreamer.EmitIntValue(0, Size); in emitDebugLoc()
1592 Asm->OutStreamer.SwitchSection( in emitDebugLocDWO()
1595 Asm->OutStreamer.EmitLabel(DebugLoc.Label); in emitDebugLocDWO()
1643 Sym = Asm->OutStreamer.endSection(Section); in emitDebugARanges()
1673 unsigned IA = A.Sym ? Asm->OutStreamer.GetSymbolOrder(A.Sym) : 0; in emitDebugARanges()
1674 unsigned IB = B.Sym ? Asm->OutStreamer.GetSymbolOrder(B.Sym) : 0; in emitDebugARanges()
1703 Asm->OutStreamer.SwitchSection( in emitDebugARanges()
1745 Asm->OutStreamer.AddComment("Length of ARange Set"); in emitDebugARanges()
1747 Asm->OutStreamer.AddComment("DWARF Arange version number"); in emitDebugARanges()
1749 Asm->OutStreamer.AddComment("Offset Into Debug Info Section"); in emitDebugARanges()
1751 Asm->OutStreamer.AddComment("Address Size (in bytes)"); in emitDebugARanges()
1753 Asm->OutStreamer.AddComment("Segment Size (in bytes)"); in emitDebugARanges()
1756 Asm->OutStreamer.EmitFill(Padding, 0xff); in emitDebugARanges()
1771 Asm->OutStreamer.EmitIntValue(Size, PtrSize); in emitDebugARanges()
1775 Asm->OutStreamer.AddComment("ARange terminator"); in emitDebugARanges()
1776 Asm->OutStreamer.EmitIntValue(0, PtrSize); in emitDebugARanges()
1777 Asm->OutStreamer.EmitIntValue(0, PtrSize); in emitDebugARanges()
1784 Asm->OutStreamer.SwitchSection( in emitDebugRanges()
1800 Asm->OutStreamer.EmitLabel(List.getSym()); in emitDebugRanges()
1811 Asm->OutStreamer.EmitSymbolValue(Begin, Size); in emitDebugRanges()
1812 Asm->OutStreamer.EmitSymbolValue(End, Size); in emitDebugRanges()
1817 Asm->OutStreamer.EmitIntValue(0, Size); in emitDebugRanges()
1818 Asm->OutStreamer.EmitIntValue(0, Size); in emitDebugRanges()
1872 Asm->OutStreamer.SwitchSection( in emitDebugLineDWO()
1874 SplitTypeUnitFileTable.Emit(Asm->OutStreamer); in emitDebugLineDWO()