/external/llvm/lib/MC/ |
D | WinCOFFStreamer.cpp | 66 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 69 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections() 72 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections() 75 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 166 if (getContext().getObjectFileInfo()->getTargetTriple().getArch() != in EmitCOFFSafeSEH() 174 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in EmitCOFFSafeSEH() 210 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in EmitCommonSymbol() 226 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in EmitCommonSymbol() 242 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol()
|
D | MCDwarf.cpp | 172 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable() 194 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit() 514 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev() 573 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges() 645 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo() 810 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in EmitGenDwarfRanges() 869 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit() 874 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit() 880 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in Emit() 889 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit() [all …]
|
D | MCStreamer.cpp | 232 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 525 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection() 543 getContext().getObjectFileInfo()->getPDataSection(), in getAssociatedPDataSection() 549 getContext().getObjectFileInfo()->getXDataSection(), in getAssociatedXDataSection()
|
D | MCMachOStreamer.cpp | 409 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in EmitLocalCommonSymbol() 503 const Triple &TT = Context.getObjectFileInfo()->getTargetTriple(); in createMachOStreamer()
|
D | MCELFStreamer.cpp | 91 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections()
|
/external/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()
|
/external/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXTargetStreamer.cpp | 88 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection()
|
/external/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()
|
/external/llvm/lib/CodeGen/ |
D | FaultMaps.cpp | 56 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
|
D | StackMaps.cpp | 535 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 257 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 721 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitRangesEntries() 773 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in emitUnitRangesEntries() 815 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitUnitRangesEntries() 842 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitLocationsForUnit() 889 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit() 1068 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubNamesSection(), in emitPubNamesForUnit() 1074 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubTypesSection(), in emitPubTypesForUnit() 1080 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitCIE() 1091 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitFDE()
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 622 Triple TT = getParser().getContext().getObjectFileInfo()->getTargetTriple(); in parseDirectiveSection() 967 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in parseVersionMin()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 677 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in EmitStartOfAsmFile() 1029 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection()); in EmitEndOfAsmFile()
|
/external/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()
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 251 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function
|
/external/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()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 671 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent(); in MipsTargetELFStreamer() 745 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
|
/external/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()
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 902 if (isCall && getContext().getObjectFileInfo()->isPositionIndependent()) in parseSparcAsmOperand() 1223 if (getContext().getObjectFileInfo()->isPositionIndependent()) { in adjustPICRelocation()
|