Searched refs:getObjectFileInfo (Results 1 - 23 of 23) 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());
166 if (getContext().getObjectFileInfo()->getTargetTriple().getArch() !=
174 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection();
210 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple();
226 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo();
242 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection();
H A DMCDwarf.cpp172 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection());
194 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
514 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
573 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
645 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
810 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
869 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
874 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
880 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
889 MCOS->SwitchSection(context.getObjectFileInfo()
[all...]
H A DMCMachOStreamer.cpp409 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(),
503 const Triple &TT = Context.getObjectFileInfo()->getTargetTriple();
H A DMCStreamer.cpp232 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
525 if (TextSec == Context.getObjectFileInfo()->getTextSection())
543 getContext().getObjectFileInfo()->getPDataSection(),
549 getContext().getObjectFileInfo()->getXDataSection(),
H A DMCELFStreamer.cpp91 SwitchSection(Ctx.getObjectFileInfo()->getTextSection());
H A DMCAsmStreamer.cpp1608 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection());
/external/llvm/lib/CodeGen/
H A DFaultMaps.cpp56 OutContext.getObjectFileInfo()->getFaultMapSection();
H A DStackMaps.cpp535 OutContext.getObjectFileInfo()->getStackMapSection();
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCWin64EH.cpp227 return context.getObjectFileInfo()->getXDataSection();
239 return context.getObjectFileInfo()->getPDataSection();
H A DMCDwarf.cpp200 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
213 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
693 const MCObjectFileInfo *MOFI = Context.getObjectFileInfo();
772 const MCObjectFileInfo *MOFI = context.getObjectFileInfo();
895 const MCObjectFileInfo *MOFI = context.getObjectFileInfo();
1014 const_cast<MCObjectFileInfo*>(Context.getObjectFileInfo());
H A DMCAsmStreamer.cpp1013 return context.getObjectFileInfo()->getXDataSection();
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCContext.h126 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } function in class:llvm::MCContext
/external/llvm/include/llvm/MC/
H A DMCContext.h251 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } function in class:llvm::MCContext
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp721 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection());
773 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection());
815 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection());
842 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection());
889 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection());
1068 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubNamesSection(),
1074 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubTypesSection(),
1080 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection());
1091 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection());
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp622 Triple TT = getParser().getContext().getObjectFileInfo()->getTargetTriple();
967 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple();
H A DCOFFAsmParser.cpp388 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple();
H A DAsmParser.cpp573 switch (Ctx.getObjectFileInfo()->getObjectFileType()) {
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp677 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent());
1029 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection());
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp671 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent();
745 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo();
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp902 if (isCall && getContext().getObjectFileInfo()->isPositionIndependent())
1223 if (getContext().getObjectFileInfo()->isPositionIndependent()) {
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5344 switch (getContext().getObjectFileInfo()->getObjectFileType()) {
8952 getContext().getObjectFileInfo()->getObjectFileType();
9119 const auto Format = getContext().getObjectFileInfo()->getObjectFileType();
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4157 getContext().getObjectFileInfo()->getObjectFileType();
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp430 IsPicEnabled = getContext().getObjectFileInfo()->isPositionIndependent();

Completed in 621 milliseconds