Home
last modified time | relevance | path

Searched refs:getObjectFileInfo (Results 1 – 25 of 35) 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/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp112 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGFIDsSection()); in endModule()
117 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGIATsSection()); in endModule()
123 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGLJMPSection()); in endModule()
H A DAsmPrinter.cpp535 OutContext.getObjectFileInfo()->getTextSection()); in doInitialization()
541 OutStreamer->getContext().getObjectFileInfo()->getTextSection(); in doInitialization()
2371 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getDataSection()); in emitGlobalIFunc()
2379 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitGlobalIFunc()
2404 OutContext.getObjectFileInfo()->getRemarksSection(); in emitRemarksSection()
4783 OutContext.getObjectFileInfo()->getDrectveSection()); in emitCOFFReplaceableFunctionData()
4828 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getDataSection()); in emitCOFFReplaceableFunctionData()
H A DWinException.cpp56 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGEHContSection()); in endModule()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp143 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
146 switchSection(getContext().getObjectFileInfo()->getDataSection()); in initSections()
149 switchSection(getContext().getObjectFileInfo()->getBSSSection()); in initSections()
152 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
255 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in emitCOFFSafeSEH()
373 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in emitCommonSymbol()
389 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in emitLocalCommonSymbol()
H A DMCDwarf.cpp80 Ctx.getObjectFileInfo()->getDwarfLineStrSection(); in MCDwarfLineStr()
314 MCOS->switchSection(context.getObjectFileInfo()->getDwarfLineSection()); in emit()
378 MCOS->getContext().getObjectFileInfo()->getDwarfLineStrSection()); in emitSection()
821 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
874 MCOS->switchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges()
952 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo()
1126 MCOS->switchSection(context.getObjectFileInfo()->getDwarfRnglistsSection()); in emitGenDwarfRanges()
1146 MCOS->switchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in emitGenDwarfRanges()
1207 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit()
1212 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()
[all …]
H A DMCMachOStreamer.cpp386 return emitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in emitLocalCommonSymbol()
514 Asm.getContext().getObjectFileInfo()->getAddrSigSection(); in createAddrSigSection()
H A DMCELFStreamer.cpp57 switchSection(Ctx.getObjectFileInfo()->getTextSection()); in initSections()
58 emitCodeAlignment(Align(Ctx.getObjectFileInfo()->getTextSectionAlignment()), in initSections()
H A DMCStreamer.cpp393 switchSectionNoPrint(getContext().getObjectFileInfo()->getTextSection()); in initSections()
838 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
870 getContext().getObjectFileInfo()->getPDataSection(), in getAssociatedPDataSection()
876 getContext().getObjectFileInfo()->getXDataSection(), in getAssociatedXDataSection()
H A DMCPseudoProbe.cpp224 if (auto *S = Ctx.getObjectFileInfo()->getPseudoProbeSection( in emit()
H A DMCObjectStreamer.cpp516 switchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in emitDwarfLineEndEntry()
H A DMachObjectWriter.cpp776 getContext().getObjectFileInfo()->getAddrSigSection(); in populateAddrSigSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp89 if (getContext().getObjectFileInfo()->isPositionIndependent()) in getRelocType()
111 if (getContext().getObjectFileInfo()->isPositionIndependent()) in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZTargetStreamer.cpp27 const MCObjectFileInfo &OFI = *Streamer.getContext().getObjectFileInfo(); in emitConstantPools()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFaultMaps.cpp54 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
H A DStackMaps.cpp728 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp93 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection()
/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/
H A DTargetLoweringObjectFile.cpp212 auto *S = C.getObjectFileInfo()->getPseudoProbeDescSection( in emitPseudoProbeDescMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp742 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in emitStartOfAsmFile()
1132 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitEndOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp529 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in finish()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp866 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent(); in MipsTargetELFStreamer()
947 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.cpp624 const auto &MCOFI = *Out.getContext().getObjectFileInfo(); in write()

12