Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp242 return MC->getObjectFileInfo()->getDwarfInfoSection(); in getMCSection()
244 return MC->getObjectFileInfo()->getDwarfLineSection(); in getMCSection()
246 return MC->getObjectFileInfo()->getDwarfFrameSection(); in getMCSection()
248 return MC->getObjectFileInfo()->getDwarfRangesSection(); in getMCSection()
252 return MC->getObjectFileInfo()->getDwarfLocSection(); in getMCSection()
256 return MC->getObjectFileInfo()->getDwarfARangesSection(); in getMCSection()
258 return MC->getObjectFileInfo()->getDwarfAbbrevSection(); in getMCSection()
262 return MC->getObjectFileInfo()->getDwarfMacroSection(); in getMCSection()
264 return MC->getObjectFileInfo()->getDwarfAddrSection(); in getMCSection()
266 return MC->getObjectFileInfo()->getDwarfStrSection(); in getMCSection()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp72 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
75 switchSection(getContext().getObjectFileInfo()->getDataSection()); in initSections()
78 switchSection(getContext().getObjectFileInfo()->getBSSSection()); in initSections()
81 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
195 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in emitCOFFSafeSEH()
286 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in emitCommonSymbol()
302 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in emitLocalCommonSymbol()
H A DMCMachOStreamer.cpp446 return emitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in emitLocalCommonSymbol()
574 Target, Context.getObjectFileInfo()->getSDKVersion(), in createMachOStreamer()
575 Context.getObjectFileInfo()->getDarwinTargetVariantTriple(), in createMachOStreamer()
576 Context.getObjectFileInfo()->getDarwinTargetVariantSDKVersion()); in createMachOStreamer()
596 Asm.getContext().getObjectFileInfo()->getAddrSigSection(); in createAddrSigSection()
H A DMCDwarf.cpp83 Ctx.getObjectFileInfo()->getDwarfLineStrSection(); in MCDwarfLineStr()
275 MCOS->switchSection(context.getObjectFileInfo()->getDwarfLineSection()); in emit()
338 MCOS->getContext().getObjectFileInfo()->getDwarfLineStrSection()); in emitSection()
776 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
908 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo()
1166 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit()
1171 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()
1490 const MCObjectFileInfo *MOFI = Context.getObjectFileInfo(); in EmitCompactUnwind()
1569 const MCObjectFileInfo *MOFI = context.getObjectFileInfo(); in EmitCIE()
1701 const MCObjectFileInfo *MOFI = context.getObjectFileInfo(); in EmitFDE()
[all …]
H A DMCStreamer.cpp412 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
824 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
856 getContext().getObjectFileInfo()->getPDataSection(), in getAssociatedPDataSection()
862 getContext().getObjectFileInfo()->getXDataSection(), in getAssociatedXDataSection()
H A DMCELFStreamer.cpp93 switchSection(Ctx.getObjectFileInfo()->getTextSection()); in initSections()
94 emitCodeAlignment(Align(Ctx.getObjectFileInfo()->getTextSectionAlignment()), in initSections()
H A DMCPseudoProbe.cpp225 if (auto *S = Ctx.getObjectFileInfo()->getPseudoProbeSection( in emit()
H A DMCObjectStreamer.cpp566 switchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in emitDwarfLineEndEntry()
H A DMachObjectWriter.cpp745 Asm.getContext().getObjectFileInfo()->getAddrSigSection(); in populateAddrSigSection()
/freebsd-14.2/contrib/llvm-project/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()
H A DAsmPrinter.cpp523 OutStreamer->getContext().getObjectFileInfo()->getTextSection(); in doInitialization()
2223 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getDataSection()); in emitGlobalIFunc()
2231 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitGlobalIFunc()
2273 OutContext.getObjectFileInfo()->getRemarksSection(); in emitRemarksSection()
H A DWinException.cpp56 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGEHContSection()); in endModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DFaultMaps.cpp54 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
H A DStackMaps.cpp737 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()
H A DTargetLoweringObjectFileImpl.cpp351 auto *S = C.getObjectFileInfo()->getPseudoProbeDescSection( in emitModuleMetadata()
365 auto *S = C.getObjectFileInfo()->getLLVMStatsSection(); in emitModuleMetadata()
2707 return getContext().getObjectFileInfo()->getTextSection(); in SelectSectionForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp91 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp169 bool IsPic = Ctx.getObjectFileInfo()->isPositionIndependent(); in getSImm13OpValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp97 auto *S = getContext().getObjectFileInfo()->getDataSection(); in parseSectionDirectiveData()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp309 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp197 const MCObjectFileInfo &OFI = *Streamer.getContext().getObjectFileInfo(); in emitConstantPools()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp736 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in emitStartOfAsmFile()
1099 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitEndOfAsmFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1138 bool IsPic = getContext().getObjectFileInfo()->isPositionIndependent(); in parseCallTarget()
1296 if (getContext().getObjectFileInfo()->isPositionIndependent()) { in parseSparcAsmOperand()
1674 if (getContext().getObjectFileInfo()->isPositionIndependent()) { in adjustPICRelocation()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h450 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp603 const auto &MCOFI = *Out.getContext().getObjectFileInfo(); in write()

12