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

/external/llvm/lib/MC/
H A DWinCOFFStreamer.cpp68 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
71 SwitchSection(getContext().getObjectFileInfo()->getDataSection());
74 SwitchSection(getContext().getObjectFileInfo()->getBSSSection());
77 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
201 const MCSection *Section = getContext().getObjectFileInfo()->getBSSSection();
H A DMCDwarf.cpp199 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
220 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
515 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
569 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
640 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
808 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
867 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
872 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
878 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
887 MCOS->SwitchSection(context.getObjectFileInfo()
[all...]
H A DMCELFStreamer.cpp44 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
47 SwitchSection(getContext().getObjectFileInfo()->getDataSection());
50 SwitchSection(getContext().getObjectFileInfo()->getBSSSection());
53 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
H A DMCWin64EH.cpp243 return context.getObjectFileInfo()->getXDataSection();
254 return context.getObjectFileInfo()->getPDataSection();
H A DMCMachOStreamer.cpp357 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(),
H A DMCAsmStreamer.cpp1097 return context.getObjectFileInfo()->getXDataSection();
1319 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection());
H A DMCStreamer.cpp218 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
/external/llvm/include/llvm/MC/
H A DMCContext.h190 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } function in class:llvm::MCContext
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp701 getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_)
892 bool isPIC = getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_;
/external/llvm/lib/CodeGen/
H A DStackMaps.cpp492 OutContext.getObjectFileInfo()->getStackMapSection();
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp383 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple();
H A DAsmParser.cpp505 switch (_Ctx.getObjectFileInfo()->getObjectFileType()) {
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp253 Pic = (MCA.getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_)
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp982 OutStreamer.SwitchSection(OutContext.getObjectFileInfo()->getTextSection());
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8175 getContext().getObjectFileInfo()->getObjectFileType();

Completed in 688 milliseconds