Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWinCOFFStreamer.cpp73 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()
184 if (getContext().getObjectFileInfo()->getTargetTriple().getArch() != in EmitCOFFSafeSEH()
192 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in EmitCOFFSafeSEH()
269 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in EmitCommonSymbol()
285 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in EmitCommonSymbol()
301 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol()
DMCDwarf.cpp61 Ctx.getObjectFileInfo()->getDwarfLineStrSection()->getBeginSymbol(); in MCDwarfLineStr()
222 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable()
249 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()
313 MCOS->getContext().getObjectFileInfo()->getDwarfLineStrSection()); in emitSection()
801 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
860 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges()
931 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo()
1106 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in EmitGenDwarfRanges()
1165 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit()
1170 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()
[all …]
DMCMachOStreamer.cpp418 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in EmitLocalCommonSymbol()
515 const Triple &Target = Context.getObjectFileInfo()->getTargetTriple(); in createMachOStreamer()
516 S->EmitVersionForTarget(Target, Context.getObjectFileInfo()->getSDKVersion()); in createMachOStreamer()
DMCStreamer.cpp61 Streamer.getContext().getObjectFileInfo()->getTargetTriple(), OS, in changeSection()
388 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
770 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
803 getContext().getObjectFileInfo()->getPDataSection(), in getAssociatedPDataSection()
809 getContext().getObjectFileInfo()->getXDataSection(), in getAssociatedXDataSection()
DMCELFStreamer.cpp92 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections()
DMCAsmStreamer.cpp453 *MAI, getContext().getObjectFileInfo()->getTargetTriple(), OS, in ChangeSection()
2024 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in FinishImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinCFGuard.cpp90 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGFIDsSection()); in endModule()
95 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGLJMPSection()); in endModule()
DAsmPrinter.cpp1409 OutContext.getObjectFileInfo()->getRemarksSection(); in emitRemarksSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp88 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DFaultMaps.cpp56 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
DMachineModuleInfo.cpp122 if (Context.getObjectFileInfo()->getTargetTriple().isOSBinFormatXCOFF()) { in getAddrLabelSymbolToEmit()
DStackMaps.cpp563 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp257 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp700 Triple TT = getParser().getContext().getObjectFileInfo()->getTargetTriple(); in parseDirectiveSection()
1095 const Triple &Target = getContext().getObjectFileInfo()->getTargetTriple(); in checkVersion()
DCOFFAsmParser.cpp398 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in ParseDirectiveSection()
DAsmParser.cpp714 switch (Ctx.getObjectFileInfo()->getObjectFileType()) { in AsmParser()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp779 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in EmitStartOfAsmFile()
1138 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection()); in EmitEndOfAsmFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp779 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent(); in MipsTargetELFStreamer()
859 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h322 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp946 if (getContext().getObjectFileInfo()->isPositionIndependent()) { in parseSparcAsmOperand()
1268 if (getContext().getObjectFileInfo()->isPositionIndependent()) { in adjustPICRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp221 auto &ObjectFileInfo = *Context.getObjectFileInfo(); in EmitFunctionBodyEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp1721 if (getContext().getObjectFileInfo()->isPositionIndependent()) { in emitLoadAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp6165 switch (getContext().getObjectFileInfo()->getObjectFileType()) { in parsePrefix()
10545 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective()
10685 const auto Format = getContext().getObjectFileInfo()->getObjectFileType(); in parseDirectiveThumbFunc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp5024 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp541 IsPicEnabled = getContext().getObjectFileInfo()->isPositionIndependent(); in MipsAsmParser()