Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/llvm/lib/MC/
H A DWinCOFFStreamer.cpp66 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()
H A DMCDwarf.cpp172 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 …]
H A DMCStreamer.cpp232 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()
H A DMCMachOStreamer.cpp409 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in EmitLocalCommonSymbol()
503 const Triple &TT = Context.getObjectFileInfo()->getTargetTriple(); in createMachOStreamer()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A 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()
H A 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 …]
H A 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()
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp198 .Case("debug_line", MC->getObjectFileInfo()->getDwarfLineSection()) in emitSectionContents()
199 .Case("debug_loc", MC->getObjectFileInfo()->getDwarfLocSection()) in emitSectionContents()
201 MC->getObjectFileInfo()->getDwarfRangesSection()) in emitSectionContents()
202 .Case("debug_frame", MC->getObjectFileInfo()->getDwarfFrameSection()) in emitSectionContents()
204 MC->getObjectFileInfo()->getDwarfARangesSection()) in emitSectionContents()
328 MS->switchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in emitDwarfDebugArangesTable()
370 MS->switchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitDwarfDebugRangesTableFragment()
427 MS->switchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitLocationsForUnit()
492 MS->switchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()
633 MS->switchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in translateLineTable()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A 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()
191 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in emitCOFFSafeSEH()
282 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in emitCommonSymbol()
298 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in emitLocalCommonSymbol()
H A DMCDwarf.cpp83 Ctx.getObjectFileInfo()->getDwarfLineStrSection()->getBeginSymbol(); in MCDwarfLineStr()
272 MCOS->switchSection(context.getObjectFileInfo()->getDwarfLineSection()); in emit()
335 MCOS->getContext().getObjectFileInfo()->getDwarfLineStrSection()); in emitSection()
774 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
827 MCOS->switchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges()
906 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo()
1083 MCOS->switchSection(context.getObjectFileInfo()->getDwarfRnglistsSection()); in emitGenDwarfRanges()
1103 MCOS->switchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in emitGenDwarfRanges()
1164 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit()
1169 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()
[all …]
H A DMCMachOStreamer.cpp446 return emitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in emitLocalCommonSymbol()
577 Target, Context.getObjectFileInfo()->getSDKVersion(), in createMachOStreamer()
578 Context.getObjectFileInfo()->getDarwinTargetVariantTriple(), in createMachOStreamer()
579 Context.getObjectFileInfo()->getDarwinTargetVariantSDKVersion()); in createMachOStreamer()
599 Asm.getContext().getObjectFileInfo()->getAddrSigSection(); in createAddrSigSection()
H A DMCStreamer.cpp411 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
816 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
848 getContext().getObjectFileInfo()->getPDataSection(), in getAssociatedPDataSection()
854 getContext().getObjectFileInfo()->getXDataSection(), in getAssociatedXDataSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp110 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGFIDsSection()); in endModule()
115 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGIATsSection()); in endModule()
121 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGLJMPSection()); in endModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp90 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGFIDsSection()); in endModule()
95 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGLJMPSection()); in endModule()
/aosp_15_r20/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp721 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DFaultMaps.cpp54 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp88 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp91 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DFaultMaps.cpp56 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DFaultMaps.cpp56 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
/aosp_15_r20/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp622 Triple TT = getParser().getContext().getObjectFileInfo()->getTargetTriple(); in parseDirectiveSection()
967 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in parseVersionMin()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp257 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp279 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp677 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in EmitStartOfAsmFile()
1029 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection()); in EmitEndOfAsmFile()

1234