Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DWinCOFFStreamer.cpp68 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
71 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections()
74 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections()
77 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
187 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in EmitCommonSymbol()
205 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in EmitCommonSymbol()
222 const MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol()
DMCWinEH.cpp65 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getPDataSection()); in getPDataSection()
72 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getXDataSection()); in getXDataSection()
DMCDwarf.cpp190 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable()
211 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()
512 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
567 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges()
639 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo()
804 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in EmitGenDwarfRanges()
864 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit()
869 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()
875 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in Emit()
884 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit()
[all …]
DMCELFStreamer.cpp90 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections()
93 SwitchSection(Ctx.getObjectFileInfo()->getDataSection()); in InitSections()
96 SwitchSection(Ctx.getObjectFileInfo()->getBSSSection()); in InitSections()
99 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections()
DMCMachOStreamer.cpp400 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in EmitLocalCommonSymbol()
DMCStreamer.cpp187 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
DMCAsmStreamer.cpp1310 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in FinishImpl()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp603 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitRangesEntries()
655 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in emitUnitRangesEntries()
697 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitUnitRangesEntries()
725 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitLocationsForUnit()
771 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()
953 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubNamesSection(), in emitPubNamesForUnit()
959 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubTypesSection(), in emitPubTypesForUnit()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp387 Pic = MCA.getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_; in MipsTargetELFStreamer()
459 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp698 getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_) in parseSparcAsmOperand()
889 bool isPIC = getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_; in matchSparcAsmModifiers()
/external/llvm/include/llvm/MC/
DMCContext.h224 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function
/external/llvm/lib/CodeGen/
DStackMaps.cpp529 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp387 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in ParseDirectiveSection()
DAsmParser.cpp503 switch (Ctx.getObjectFileInfo()->getObjectFileType()) { in AsmParser()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp1047 OutStreamer.SwitchSection(OutContext.getObjectFileInfo()->getTextSection()); in EmitEndOfAsmFile()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp5282 switch (getContext().getObjectFileInfo()->getObjectFileType()) { in parsePrefix()
8719 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective()
8886 const auto Format = getContext().getObjectFileInfo()->getObjectFileType(); in parseDirectiveThumbFunc()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3953 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective()