HomeSort by relevance Sort by last modified time
    Searched refs:getObjectFileInfo (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/MC/
MCWinEH.cpp 65 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getPDataSection());
72 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getXDataSection());
WinCOFFStreamer.cpp 68 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
71 SwitchSection(getContext().getObjectFileInfo()->getDataSection());
74 SwitchSection(getContext().getObjectFileInfo()->getBSSSection());
77 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
187 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple();
205 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo();
222 const MCSection *Section = getContext().getObjectFileInfo()->getBSSSection();
MCDwarf.cpp 190 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection());
211 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
512 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
567 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
639 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
804 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
864 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
869 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
    [all...]
MCELFStreamer.cpp 90 SwitchSection(Ctx.getObjectFileInfo()->getTextSection());
93 SwitchSection(Ctx.getObjectFileInfo()->getDataSection());
96 SwitchSection(Ctx.getObjectFileInfo()->getBSSSection());
99 SwitchSection(Ctx.getObjectFileInfo()->getTextSection());
MCMachOStreamer.cpp 400 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(),
MCStreamer.cpp 187 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
MCAsmStreamer.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 603 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection());
655 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection());
697 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection());
725 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection());
771 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection());
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 224 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; }
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 387 Pic = MCA.getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_;
459 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo();
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 698 getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_)
889 bool isPIC = getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_;
  /external/llvm/lib/CodeGen/
StackMaps.cpp 529 OutContext.getObjectFileInfo()->getStackMapSection();
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 387 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple();
AsmParser.cpp 503 switch (Ctx.getObjectFileInfo()->getObjectFileType()) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]

Completed in 800 milliseconds