Home
last modified time | relevance | path

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

12

/freebsd/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()
250 return MC->getObjectFileInfo()->getDwarfRnglistsSection(); in getMCSection()
252 return MC->getObjectFileInfo()->getDwarfLocSection(); in getMCSection()
254 return MC->getObjectFileInfo()->getDwarfLoclistsSection(); in getMCSection()
256 return MC->getObjectFileInfo()->getDwarfARangesSection(); in getMCSection()
258 return MC->getObjectFileInfo()->getDwarfAbbrevSection(); in getMCSection()
260 return MC->getObjectFileInfo()->getDwarfMacinfoSection(); in getMCSection()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp82 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
85 switchSection(getContext().getObjectFileInfo()->getDataSection()); in initSections()
88 switchSection(getContext().getObjectFileInfo()->getBSSSection()); in initSections()
91 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
214 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in emitCOFFSafeSEH()
302 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in emitCommonSymbol()
318 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in emitLocalCommonSymbol()
H A DMCMachOStreamer.cpp408 return emitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in emitLocalCommonSymbol()
540 Target, Context.getObjectFileInfo()->getSDKVersion(), in createMachOStreamer()
541 Context.getObjectFileInfo()->getDarwinTargetVariantTriple(), in createMachOStreamer()
542 Context.getObjectFileInfo()->getDarwinTargetVariantSDKVersion()); in createMachOStreamer()
560 Asm.getContext().getObjectFileInfo()->getAddrSigSection(); in createAddrSigSection()
H A DMCDwarf.cpp84 Ctx.getObjectFileInfo()->getDwarfLineStrSection(); in MCDwarfLineStr()
276 MCOS->switchSection(context.getObjectFileInfo()->getDwarfLineSection()); in emit()
339 MCOS->getContext().getObjectFileInfo()->getDwarfLineStrSection()); in emitSection()
782 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
835 MCOS->switchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges()
914 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo()
1091 MCOS->switchSection(context.getObjectFileInfo()->getDwarfRnglistsSection()); in emitGenDwarfRanges()
1111 MCOS->switchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in emitGenDwarfRanges()
1172 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit()
1177 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()
[all …]
H A DMCStreamer.cpp411 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
821 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
853 getContext().getObjectFileInfo()->getPDataSection(), in getAssociatedPDataSection()
859 getContext().getObjectFileInfo()->getXDataSection(), in getAssociatedXDataSection()
H A DMCELFStreamer.cpp59 switchSection(Ctx.getObjectFileInfo()->getTextSection()); in initSections()
60 emitCodeAlignment(Align(Ctx.getObjectFileInfo()->getTextSectionAlignment()), in initSections()
H A DMCPseudoProbe.cpp223 if (auto *S = Ctx.getObjectFileInfo()->getPseudoProbeSection( in emit()
H A DMCObjectStreamer.cpp480 switchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in emitDwarfLineEndEntry()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp111 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGFIDsSection()); in endModule()
116 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGIATsSection()); in endModule()
122 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGLJMPSection()); in endModule()
H A DAsmPrinter.cpp514 OutStreamer->getContext().getObjectFileInfo()->getTextSection(); in doInitialization()
2228 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getDataSection()); in emitGlobalIFunc()
2236 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitGlobalIFunc()
2278 OutContext.getObjectFileInfo()->getRemarksSection(); in emitRemarksSection()
H A DWinException.cpp56 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGEHContSection()); in endModule()
/freebsd/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.cpp350 auto *S = C.getObjectFileInfo()->getPseudoProbeDescSection( in emitModuleMetadata()
364 auto *S = C.getObjectFileInfo()->getLLVMStatsSection(); in emitModuleMetadata()
2739 return getContext().getObjectFileInfo()->getTextSection(); in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp89 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp169 bool IsPic = Ctx.getObjectFileInfo()->isPositionIndependent(); in getSImm13OpValue()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp97 auto *S = getContext().getObjectFileInfo()->getDataSection(); in parseSectionDirectiveData()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp330 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp197 const MCObjectFileInfo &OFI = *Streamer.getContext().getObjectFileInfo(); in emitConstantPools()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp740 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in emitStartOfAsmFile()
1103 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitEndOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1240 bool IsPic = getContext().getObjectFileInfo()->isPositionIndependent(); in parseCallTarget()
1401 if (getContext().getObjectFileInfo()->isPositionIndependent()) { in parseSparcAsmOperand()
1609 if (getContext().getObjectFileInfo()->isPositionIndependent()) { in adjustPICRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp813 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent(); in MipsTargetELFStreamer()
894 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h416 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp627 const auto &MCOFI = *Out.getContext().getObjectFileInfo(); in write()

12