Lines Matching refs:OutStreamer
145 Asm->OutStreamer->emitLabel(Unit.getLabelBegin()); in emitCompileUnitHeader()
223 Asm->OutStreamer->switchSection(MOFI->getDwarfStrSection()); in emitStrings()
227 Asm->OutStreamer->emitBytes(Entry.getString()); in emitStrings()
235 Asm->OutStreamer->switchSection(MOFI->getDwarfStrOffSection()); in emitStrings()
258 Asm->OutStreamer->switchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
268 Asm->OutStreamer->switchSection(MOFI->getDwarfAccelNamespaceSection()); in emitAppleNamespaces()
270 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNamespaces()
276 Asm->OutStreamer->switchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames()
278 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNames()
284 Asm->OutStreamer->switchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
286 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleObjc()
292 Asm->OutStreamer->switchSection(MOFI->getDwarfAccelTypesSection()); in emitAppleTypes()
294 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleTypes()
397 Asm->OutStreamer->emitLabel(BeginLabel); in emitUnitRangesEntries()
403 Asm->OutStreamer->emitFill(Padding, 0x0); in emitUnitRangesEntries()
415 Asm->OutStreamer->emitIntValue(0, AddressSize); in emitUnitRangesEntries()
416 Asm->OutStreamer->emitIntValue(0, AddressSize); in emitUnitRangesEntries()
417 Asm->OutStreamer->emitLabel(EndLabel); in emitUnitRangesEntries()
478 Asm->OutStreamer->emitIntValue(0, AddressSize); in emitLocationsForUnit()
479 Asm->OutStreamer->emitIntValue(0, AddressSize); in emitLocationsForUnit()
484 Asm->OutStreamer->emitIntValue(BaseAddressMarker, AddressSize); in emitLocationsForUnit()
485 Asm->OutStreamer->emitIntValue(High + Attr.second, AddressSize); in emitLocationsForUnit()
490 Asm->OutStreamer->emitIntValue(Low + LocPcOffset, AddressSize); in emitLocationsForUnit()
491 Asm->OutStreamer->emitIntValue(High + LocPcOffset, AddressSize); in emitLocationsForUnit()
493 Asm->OutStreamer->emitIntValue(Length, 2); in emitLocationsForUnit()
499 Asm->OutStreamer->emitBytes( in emitLocationsForUnit()
520 Asm->OutStreamer->emitLabel(LineStartSym); in emitLineTableForUnit()
673 Asm->OutStreamer->emitLabel(BeginLabel); in translateLineTable()
680 Asm->OutStreamer->emitLabel(HeaderBeginLabel); in translateLineTable()
689 Asm->OutStreamer->emitBytes(Contents.slice(AfterHeaderLengthOffset, Offset)); in translateLineTable()
698 Asm->OutStreamer->emitBytes(Translated); in translateLineTable()
710 Asm->OutStreamer->emitBytes(Translated); in translateLineTable()
723 Asm->OutStreamer->emitLabel(HeaderEndLabel); in translateLineTable()
726 Asm->OutStreamer->emitBytes(Contents.slice(Offset, UnitEnd)); in translateLineTable()
729 Asm->OutStreamer->emitLabel(EndLabel); in translateLineTable()
742 Asm->OutStreamer->switchSection(Sec); in emitPubSectionForUnit()
755 Asm->OutStreamer->emitLabel(BeginLabel); in emitPubSectionForUnit()
764 Asm->OutStreamer->emitBytes(Name.Name.getString()); in emitPubSectionForUnit()
772 Asm->OutStreamer->emitLabel(EndLabel); in emitPubSectionForUnit()