/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp | 192 .Case("debug_line", MC->getObjectFileInfo()->getDwarfLineSection()) in emitSectionContents() 193 .Case("debug_loc", MC->getObjectFileInfo()->getDwarfLocSection()) in emitSectionContents() 195 MC->getObjectFileInfo()->getDwarfRangesSection()) in emitSectionContents() 196 .Case("debug_frame", MC->getObjectFileInfo()->getDwarfFrameSection()) in emitSectionContents() 198 MC->getObjectFileInfo()->getDwarfARangesSection()) in emitSectionContents() 314 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitRangesEntries() 366 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in emitUnitRangesEntries() 408 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitUnitRangesEntries() 436 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitLocationsForUnit() 498 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit() [all …]
|
/netbsd-src/external/apache2/llvm/dist/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 | MCDwarf.cpp | 82 Ctx.getObjectFileInfo()->getDwarfLineStrSection()->getBeginSymbol(); in MCDwarfLineStr() 252 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in emit() 316 MCOS->getContext().getObjectFileInfo()->getDwarfLineStrSection()); in emitSection() 795 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev() 848 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges() 927 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo() 1104 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRnglistsSection()); in emitGenDwarfRanges() 1124 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in emitGenDwarfRanges() 1185 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit() 1190 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit() [all …]
|
H A D | MCMachOStreamer.cpp | 159 Section == getContext().getObjectFileInfo()->getStackMapSection()) in changeSection() 421 return emitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in emitLocalCommonSymbol() 519 S->emitVersionForTarget(Target, Context.getObjectFileInfo()->getSDKVersion()); in createMachOStreamer()
|
H A D | MCPseudoProbe.cpp | 187 Ctx.getObjectFileInfo()->getPseudoProbeSection(ProbeSec.first)) { in emit()
|
H A D | MCStreamer.cpp | 401 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 790 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection() 822 getContext().getObjectFileInfo()->getPDataSection(), in getAssociatedPDataSection() 828 getContext().getObjectFileInfo()->getXDataSection(), in getAssociatedXDataSection()
|
H A D | MCELFStreamer.cpp | 92 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections()
|
H A D | MCObjectStreamer.cpp | 521 SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in emitDwarfLineEndEntry()
|
H A D | MCAsmStreamer.cpp | 2305 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in finishImpl() 2378 MCSection *TextSection = Ctx.getObjectFileInfo()->getTextSection(); in emitDwarfLineEndEntry()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinCFGuard.cpp | 113 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGFIDsSection()); in endModule() 118 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGIATsSection()); in endModule() 124 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGLJMPSection()); in endModule()
|
H A D | WinException.cpp | 61 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGEHContSection()); in endModule()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
H A D | TargetLoweringObjectFileImpl.cpp | 350 auto *S = C.getObjectFileInfo()->getPseudoProbeDescSection( in emitModuleMetadata()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXTargetStreamer.cpp | 88 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFObjectWriter.cpp | 279 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcMCCodeEmitter.cpp | 174 bool IsPic = Ctx.getObjectFileInfo()->isPositionIndependent(); in getSImm13OpValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 916 bool IsPic = getContext().getObjectFileInfo()->isPositionIndependent(); in parseCallTarget() 1068 if (getContext().getObjectFileInfo()->isPositionIndependent()) { in parseSparcAsmOperand() 1392 if (getContext().getObjectFileInfo()->isPositionIndependent()) { in adjustPICRelocation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 779 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in emitStartOfAsmFile() 1138 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitEndOfAsmFile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsTargetStreamer.cpp | 798 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent(); in MipsTargetELFStreamer() 878 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCContext.h | 424 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
H A D | llvm-dwp.cpp | 653 const auto &MCOFI = *Out.getContext().getObjectFileInfo(); in write()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAsmPrinter.cpp | 247 auto &ObjectFileInfo = *Context.getObjectFileInfo(); in emitFunctionBodyEnd()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 2433 OutStreamer->getContext().getObjectFileInfo()->getTextSection()); in doFinalization()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 250 const MCObjectFileInfo *MOFI = Parser.getContext().getObjectFileInfo(); in RISCVAsmParser()
|