| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| 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() 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()
|
| D | MCDwarf.cpp | 61 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 …]
|
| D | MCMachOStreamer.cpp | 418 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()
|
| D | MCStreamer.cpp | 61 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()
|
| D | MCELFStreamer.cpp | 92 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections()
|
| D | MCAsmStreamer.cpp | 453 *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/ |
| D | WinCFGuard.cpp | 90 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGFIDsSection()); in endModule() 95 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGLJMPSection()); in endModule()
|
| D | AsmPrinter.cpp | 1409 OutContext.getObjectFileInfo()->getRemarksSection(); in emitRemarksSection()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| D | NVPTXTargetStreamer.cpp | 88 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | FaultMaps.cpp | 56 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
|
| D | MachineModuleInfo.cpp | 122 if (Context.getObjectFileInfo()->getTargetTriple().isOSBinFormatXCOFF()) { in getAddrLabelSymbolToEmit()
|
| D | StackMaps.cpp | 563 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMELFObjectWriter.cpp | 257 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
| D | DarwinAsmParser.cpp | 700 Triple TT = getParser().getContext().getObjectFileInfo()->getTargetTriple(); in parseDirectiveSection() 1095 const Triple &Target = getContext().getObjectFileInfo()->getTargetTriple(); in checkVersion()
|
| D | COFFAsmParser.cpp | 398 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in ParseDirectiveSection()
|
| D | AsmParser.cpp | 714 switch (Ctx.getObjectFileInfo()->getObjectFileType()) { in AsmParser()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | MipsAsmPrinter.cpp | 779 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/ |
| D | MipsTargetStreamer.cpp | 779 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/ |
| D | MCContext.h | 322 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/ |
| D | SparcAsmParser.cpp | 946 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/ |
| D | AMDGPUAsmPrinter.cpp | 221 auto &ObjectFileInfo = *Context.getObjectFileInfo(); in EmitFunctionBodyEnd()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/ |
| D | RISCVAsmParser.cpp | 1721 if (getContext().getObjectFileInfo()->isPositionIndependent()) { in emitLoadAddress()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 6165 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/ |
| D | AArch64AsmParser.cpp | 5024 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
| D | MipsAsmParser.cpp | 541 IsPicEnabled = getContext().getObjectFileInfo()->isPositionIndependent(); in MipsAsmParser()
|