Home
last modified time | relevance | path

Searched refs:getObjectFileInfo (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp73 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
76 switchSection(getContext().getObjectFileInfo()->getDataSection()); in initSections()
79 switchSection(getContext().getObjectFileInfo()->getBSSSection()); in initSections()
82 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
191 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in emitCOFFSafeSEH()
284 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in emitCommonSymbol()
300 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in emitLocalCommonSymbol()
H A DMCMachOStreamer.cpp177 Section == getContext().getObjectFileInfo()->getStackMapSection()) in changeSection()
447 return emitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in emitLocalCommonSymbol()
578 Target, Context.getObjectFileInfo()->getSDKVersion(), in createMachOStreamer()
579 Context.getObjectFileInfo()->getDarwinTargetVariantTriple(), in createMachOStreamer()
580 Context.getObjectFileInfo()->getDarwinTargetVariantSDKVersion()); in createMachOStreamer()
600 Asm.getContext().getObjectFileInfo()->getAddrSigSection(); in createAddrSigSection()
H A DMCDwarf.cpp83 Ctx.getObjectFileInfo()->getDwarfLineStrSection()->getBeginSymbol(); in MCDwarfLineStr()
272 MCOS->switchSection(context.getObjectFileInfo()->getDwarfLineSection()); in emit()
336 MCOS->getContext().getObjectFileInfo()->getDwarfLineStrSection()); in emitSection()
777 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
909 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo()
1167 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit()
1172 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()
1491 const MCObjectFileInfo *MOFI = Context.getObjectFileInfo(); in EmitCompactUnwind()
1570 const MCObjectFileInfo *MOFI = context.getObjectFileInfo(); in EmitCIE()
1702 const MCObjectFileInfo *MOFI = context.getObjectFileInfo(); in EmitFDE()
[all …]
H A DMCStreamer.cpp411 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
816 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
848 getContext().getObjectFileInfo()->getPDataSection(), in getAssociatedPDataSection()
854 getContext().getObjectFileInfo()->getXDataSection(), in getAssociatedXDataSection()
H A DMCELFStreamer.cpp93 switchSection(Ctx.getObjectFileInfo()->getTextSection()); in initSections()
94 emitCodeAlignment(Ctx.getObjectFileInfo()->getTextSectionAlignment(), &STI); in initSections()
H A DMCPseudoProbe.cpp185 Ctx.getObjectFileInfo()->getPseudoProbeSection(ProbeSec.first)) { in emit()
H A DMCObjectStreamer.cpp563 switchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in emitDwarfLineEndEntry()
H A DMCAsmStreamer.cpp2390 switchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in finishImpl()
2463 MCSection *TextSection = Ctx.getObjectFileInfo()->getTextSection(); in emitDwarfLineEndEntry()
H A DMachObjectWriter.cpp758 Asm.getContext().getObjectFileInfo()->getAddrSigSection(); in populateAddrSigSection()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp194 .Case("debug_loc", MC->getObjectFileInfo()->getDwarfLocSection()) in emitSectionContents()
196 MC->getObjectFileInfo()->getDwarfRangesSection()) in emitSectionContents()
199 MC->getObjectFileInfo()->getDwarfARangesSection()) in emitSectionContents()
327 MS->switchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitRangesEntries()
381 MS->switchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in emitUnitRangesEntries()
423 MS->switchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitUnitRangesEntries()
451 MS->switchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitLocationsForUnit()
513 MS->switchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()
654 MS->switchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in translateLineTable()
789 MS->switchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitCIE()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp110 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGFIDsSection()); in endModule()
115 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGIATsSection()); in endModule()
121 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGLJMPSection()); in endModule()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DFaultMaps.cpp54 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
H A DStackMaps.cpp723 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp88 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp279 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp168 bool IsPic = Ctx.getObjectFileInfo()->isPositionIndependent(); in getSImm13OpValue()
/llvm-project-15.0.7/llvm/unittests/MC/
H A DDwarfLineTableHeaders.cpp137 .getObjectFileInfo() in emitDebugLineSection()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp95 auto *S = getContext().getObjectFileInfo()->getDataSection(); in parseSectionDirectiveData()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp197 const MCObjectFileInfo &OFI = *Streamer.getContext().getObjectFileInfo(); in emitConstantPools()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1021 bool IsPic = getContext().getObjectFileInfo()->isPositionIndependent(); in parseCallTarget()
1173 if (getContext().getObjectFileInfo()->isPositionIndependent()) { in parseSparcAsmOperand()
1490 if (getContext().getObjectFileInfo()->isPositionIndependent()) { in adjustPICRelocation()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp778 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in emitStartOfAsmFile()
1137 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitEndOfAsmFile()
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp812 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent(); in MipsTargetELFStreamer()
892 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h451 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp543 const auto &MCOFI = *Out.getContext().getObjectFileInfo(); in write()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1360 const MCObjectFileInfo &MCOFI = *Streamer->getContext().getObjectFileInfo(); in writeDWP()
1584 const MCObjectFileInfo &MCOFI = *Streamer->getContext().getObjectFileInfo(); in writeDWOFiles()

12