Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
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()
170 if (getContext().getObjectFileInfo()->getTargetTriple().getArch() != in EmitCOFFSafeSEH()
178 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in EmitCOFFSafeSEH()
216 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in EmitCommonSymbol()
232 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in EmitCommonSymbol()
248 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol()
DMCWinEH.cpp66 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getPDataSection()); in getPDataSection()
73 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getXDataSection()); in getXDataSection()
DMCDwarf.cpp172 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable()
194 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()
511 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
566 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges()
638 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo()
803 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in EmitGenDwarfRanges()
862 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit()
867 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()
873 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in Emit()
882 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit()
[all …]
DMCMachOStreamer.cpp394 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in EmitLocalCommonSymbol()
489 const Triple &TT = Context.getObjectFileInfo()->getTargetTriple(); in createMachOStreamer()
DMCELFStreamer.cpp90 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections()
DMCStreamer.cpp188 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
DMCAsmStreamer.cpp1398 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in FinishImpl()
/external/llvm/lib/CodeGen/
DFaultMaps.cpp56 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
DStackMaps.cpp535 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp719 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitRangesEntries()
771 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in emitUnitRangesEntries()
813 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitUnitRangesEntries()
840 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitLocationsForUnit()
887 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()
1066 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubNamesSection(), in emitPubNamesForUnit()
1072 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubTypesSection(), in emitPubTypesForUnit()
1078 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitCIE()
1089 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitFDE()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp592 Triple TT = getParser().getContext().getObjectFileInfo()->getTargetTriple(); in parseDirectiveSection()
937 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in parseVersionMin()
DCOFFAsmParser.cpp388 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in ParseDirectiveSection()
DAsmParser.cpp519 switch (Ctx.getObjectFileInfo()->getObjectFileType()) { in AsmParser()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp440 Pic = MCA.getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_; in MipsTargetELFStreamer()
510 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
/external/llvm/include/llvm/MC/
DMCContext.h238 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp238 const auto &MCOFI = *Out.getContext().getObjectFileInfo(); in write()
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp850 getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_) in parseSparcAsmOperand()
1144 if (getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_) { in adjustPICRelocation()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp1051 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection()); in EmitEndOfAsmFile()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp5208 switch (getContext().getObjectFileInfo()->getObjectFileType()) { in parsePrefix()
8715 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective()
8882 const auto Format = getContext().getObjectFileInfo()->getObjectFileType(); in parseDirectiveThumbFunc()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4192 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp431 (getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_); in MipsAsmParser()