Searched refs:getObjectFileInfo (Results 1 – 21 of 21) sorted by relevance
66 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()69 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections()72 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections()75 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()170 if (getContext().getObjectFileInfo()->getTargetTriple().getArch() != in EmitCOFFSafeSEH()178 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in EmitCOFFSafeSEH()216 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in EmitCommonSymbol()232 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in EmitCommonSymbol()248 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol()
66 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getPDataSection()); in getPDataSection()73 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getXDataSection()); in getXDataSection()
172 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable()194 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()511 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()566 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges()638 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo()803 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in EmitGenDwarfRanges()862 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit()867 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()873 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in Emit()882 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit()[all …]
394 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in EmitLocalCommonSymbol()489 const Triple &TT = Context.getObjectFileInfo()->getTargetTriple(); in createMachOStreamer()
90 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections()
188 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
1398 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in FinishImpl()
56 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
535 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()
719 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitRangesEntries()771 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in emitUnitRangesEntries()813 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitUnitRangesEntries()840 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitLocationsForUnit()887 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()1066 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubNamesSection(), in emitPubNamesForUnit()1072 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubTypesSection(), in emitPubTypesForUnit()1078 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitCIE()1089 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitFDE()
592 Triple TT = getParser().getContext().getObjectFileInfo()->getTargetTriple(); in parseDirectiveSection()937 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in parseVersionMin()
388 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in ParseDirectiveSection()
519 switch (Ctx.getObjectFileInfo()->getObjectFileType()) { in AsmParser()
440 Pic = MCA.getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_; in MipsTargetELFStreamer()510 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
238 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function
238 const auto &MCOFI = *Out.getContext().getObjectFileInfo(); in write()
850 getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_) in parseSparcAsmOperand()1144 if (getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_) { in adjustPICRelocation()
1051 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection()); in EmitEndOfAsmFile()
5208 switch (getContext().getObjectFileInfo()->getObjectFileType()) { in parsePrefix()8715 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective()8882 const auto Format = getContext().getObjectFileInfo()->getObjectFileType(); in parseDirectiveThumbFunc()
4192 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective()
431 (getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_); in MipsAsmParser()