Lines Matching refs:OutStreamer

144   Asm->OutStreamer->emitLabel(Unit.getLabelBegin());  in emitCompileUnitHeader()
222 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
226 Asm->OutStreamer->emitBytes(Entry.getString()); in emitStrings()
234 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrOffSection()); in emitStrings()
257 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
267 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamespaceSection()); in emitAppleNamespaces()
269 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNamespaces()
275 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames()
277 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNames()
283 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
285 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleObjc()
291 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelTypesSection()); in emitAppleTypes()
293 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleTypes()
382 Asm->OutStreamer->emitLabel(BeginLabel); in emitUnitRangesEntries()
388 Asm->OutStreamer->emitFill(Padding, 0x0); in emitUnitRangesEntries()
400 Asm->OutStreamer->emitIntValue(0, AddressSize); in emitUnitRangesEntries()
401 Asm->OutStreamer->emitIntValue(0, AddressSize); in emitUnitRangesEntries()
402 Asm->OutStreamer->emitLabel(EndLabel); in emitUnitRangesEntries()
463 Asm->OutStreamer->emitIntValue(0, AddressSize); in emitLocationsForUnit()
464 Asm->OutStreamer->emitIntValue(0, AddressSize); in emitLocationsForUnit()
469 Asm->OutStreamer->emitIntValue(BaseAddressMarker, AddressSize); in emitLocationsForUnit()
470 Asm->OutStreamer->emitIntValue(High + Attr.second, AddressSize); in emitLocationsForUnit()
475 Asm->OutStreamer->emitIntValue(Low + LocPcOffset, AddressSize); in emitLocationsForUnit()
476 Asm->OutStreamer->emitIntValue(High + LocPcOffset, AddressSize); in emitLocationsForUnit()
478 Asm->OutStreamer->emitIntValue(Length, 2); in emitLocationsForUnit()
484 Asm->OutStreamer->emitBytes( in emitLocationsForUnit()
505 Asm->OutStreamer->emitLabel(LineStartSym); in emitLineTableForUnit()
660 Asm->OutStreamer->emitLabel(BeginLabel); in translateLineTable()
667 Asm->OutStreamer->emitLabel(HeaderBeginLabel); in translateLineTable()
676 Asm->OutStreamer->emitBytes(Contents.slice(AfterHeaderLengthOffset, Offset)); in translateLineTable()
685 Asm->OutStreamer->emitBytes(Translated); in translateLineTable()
697 Asm->OutStreamer->emitBytes(Translated); in translateLineTable()
710 Asm->OutStreamer->emitLabel(HeaderEndLabel); in translateLineTable()
713 Asm->OutStreamer->emitBytes(Contents.slice(Offset, UnitEnd)); in translateLineTable()
716 Asm->OutStreamer->emitLabel(EndLabel); in translateLineTable()
729 Asm->OutStreamer->SwitchSection(Sec); in emitPubSectionForUnit()
742 Asm->OutStreamer->emitLabel(BeginLabel); in emitPubSectionForUnit()
751 Asm->OutStreamer->emitBytes(Name.Name.getString()); in emitPubSectionForUnit()
759 Asm->OutStreamer->emitLabel(EndLabel); in emitPubSectionForUnit()