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

/external/llvm/lib/MC/
H A DWinCOFFStreamer.cpp66 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
69 SwitchSection(getContext().getObjectFileInfo()->getDataSection());
72 SwitchSection(getContext().getObjectFileInfo()->getBSSSection());
75 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
170 if (getContext().getObjectFileInfo()->getTargetTriple().getArch() !=
178 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection();
216 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple();
232 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo();
248 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection();
H A DMCWinEH.cpp66 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getPDataSection());
73 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getXDataSection());
H A DMCDwarf.cpp172 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection());
194 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
511 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
566 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
638 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
803 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
862 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
867 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
873 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
882 MCOS->SwitchSection(context.getObjectFileInfo()
[all...]
H A DMCMachOStreamer.cpp394 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(),
489 const Triple &TT = Context.getObjectFileInfo()->getTargetTriple();
H A DMCELFStreamer.cpp90 SwitchSection(Ctx.getObjectFileInfo()->getTextSection());
H A DMCStreamer.cpp188 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
H A DMCAsmStreamer.cpp1398 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection());
/external/llvm/lib/CodeGen/
H A DFaultMaps.cpp56 OutContext.getObjectFileInfo()->getFaultMapSection();
H A DStackMaps.cpp535 OutContext.getObjectFileInfo()->getStackMapSection();
/external/llvm/include/llvm/MC/
H A DMCContext.h238 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } function in class:llvm::MCContext
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp719 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection());
771 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection());
813 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection());
840 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection());
887 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection());
1066 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubNamesSection(),
1072 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubTypesSection(),
1078 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection());
1089 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection());
/external/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp238 const auto &MCOFI = *Out.getContext().getObjectFileInfo();
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp592 Triple TT = getParser().getContext().getObjectFileInfo()->getTargetTriple();
937 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple();
H A DCOFFAsmParser.cpp388 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple();
H A DAsmParser.cpp519 switch (Ctx.getObjectFileInfo()->getObjectFileType()) {
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp440 Pic = MCA.getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_;
510 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo();
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp850 getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_)
1144 if (getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_) {
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1051 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection());
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5208 switch (getContext().getObjectFileInfo()->getObjectFileType()) {
8715 getContext().getObjectFileInfo()->getObjectFileType();
8882 const auto Format = getContext().getObjectFileInfo()->getObjectFileType();
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4192 getContext().getObjectFileInfo()->getObjectFileType();
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp431 (getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_);

Completed in 684 milliseconds