| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCWinCOFFStreamer.cpp | 73 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 D | MCMachOStreamer.cpp | 177 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 D | MCDwarf.cpp | 83 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 D | MCStreamer.cpp | 411 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 D | MCELFStreamer.cpp | 93 switchSection(Ctx.getObjectFileInfo()->getTextSection()); in initSections() 94 emitCodeAlignment(Ctx.getObjectFileInfo()->getTextSectionAlignment(), &STI); in initSections()
|
| H A D | MCPseudoProbe.cpp | 185 Ctx.getObjectFileInfo()->getPseudoProbeSection(ProbeSec.first)) { in emit()
|
| H A D | MCObjectStreamer.cpp | 563 switchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in emitDwarfLineEndEntry()
|
| H A D | MCAsmStreamer.cpp | 2390 switchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in finishImpl() 2463 MCSection *TextSection = Ctx.getObjectFileInfo()->getTextSection(); in emitDwarfLineEndEntry()
|
| H A D | MachObjectWriter.cpp | 758 Asm.getContext().getObjectFileInfo()->getAddrSigSection(); in populateAddrSigSection()
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 194 .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 D | WinCFGuard.cpp | 110 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 D | FaultMaps.cpp | 54 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
|
| H A D | StackMaps.cpp | 723 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXTargetStreamer.cpp | 88 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFObjectWriter.cpp | 279 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcMCCodeEmitter.cpp | 168 bool IsPic = Ctx.getObjectFileInfo()->isPositionIndependent(); in getSImm13OpValue()
|
| /llvm-project-15.0.7/llvm/unittests/MC/ |
| H A D | DwarfLineTableHeaders.cpp | 137 .getObjectFileInfo() in emitDebugLineSection()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 95 auto *S = getContext().getObjectFileInfo()->getDataSection(); in parseSectionDirectiveData()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCTargetDesc.cpp | 197 const MCObjectFileInfo &OFI = *Streamer.getContext().getObjectFileInfo(); in emitConstantPools()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 1021 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 D | MipsAsmPrinter.cpp | 778 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 D | MipsTargetStreamer.cpp | 812 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 D | MCContext.h | 451 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function
|
| /llvm-project-15.0.7/llvm/lib/DWP/ |
| H A D | DWP.cpp | 543 const auto &MCOFI = *Out.getContext().getObjectFileInfo(); in write()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 1360 const MCObjectFileInfo &MCOFI = *Streamer->getContext().getObjectFileInfo(); in writeDWP() 1584 const MCObjectFileInfo &MCOFI = *Streamer->getContext().getObjectFileInfo(); in writeDWOFiles()
|