HomeSort by: relevance | last modified time | path
    Searched refs:getObjectFileInfo (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinCFGuard.cpp 113 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGFIDsSection());
118 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGIATsSection());
124 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGLJMPSection());
WinException.cpp 61 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGEHContSection());
AsmPrinter.cpp 1687 OutContext.getObjectFileInfo()->getRemarksSection();
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCWinCOFFStreamer.cpp 73 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
76 SwitchSection(getContext().getObjectFileInfo()->getDataSection());
79 SwitchSection(getContext().getObjectFileInfo()->getBSSSection());
82 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
191 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection();
284 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo();
300 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection();
MCDwarf.cpp 82 Ctx.getObjectFileInfo()->getDwarfLineStrSection()->getBeginSymbol();
252 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
316 MCOS->getContext().getObjectFileInfo()->getDwarfLineStrSection());
795 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
848 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
927 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
1104 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRnglistsSection());
1124 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
1185 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
1190 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection())
    [all...]
MCMachOStreamer.cpp 159 Section == getContext().getObjectFileInfo()->getStackMapSection())
421 return emitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(),
519 S->emitVersionForTarget(Target, Context.getObjectFileInfo()->getSDKVersion());
MCPseudoProbe.cpp 187 Ctx.getObjectFileInfo()->getPseudoProbeSection(ProbeSec.first)) {
MCStreamer.cpp 401 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
790 if (TextSec == Context.getObjectFileInfo()->getTextSection())
822 getContext().getObjectFileInfo()->getPDataSection(),
828 getContext().getObjectFileInfo()->getXDataSection(),
MCELFStreamer.cpp 92 SwitchSection(Ctx.getObjectFileInfo()->getTextSection());
MCObjectStreamer.cpp 521 SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection());
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFStreamer.cpp 192 .Case("debug_line", MC->getObjectFileInfo()->getDwarfLineSection())
193 .Case("debug_loc", MC->getObjectFileInfo()->getDwarfLocSection())
195 MC->getObjectFileInfo()->getDwarfRangesSection())
196 .Case("debug_frame", MC->getObjectFileInfo()->getDwarfFrameSection())
198 MC->getObjectFileInfo()->getDwarfARangesSection())
314 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection());
366 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection());
408 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection());
436 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection());
498 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
FaultMaps.cpp 54 OutContext.getObjectFileInfo()->getFaultMapSection();
StackMaps.cpp 723 OutContext.getObjectFileInfo()->getStackMapSection();
TargetLoweringObjectFileImpl.cpp 350 auto *S = C.getObjectFileInfo()->getPseudoProbeDescSection(
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXTargetStreamer.cpp 88 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo();
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 279 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection());
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCCodeEmitter.cpp 174 bool IsPic = Ctx.getObjectFileInfo()->isPositionIndependent();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 779 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent());
1138 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection());
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 916 bool IsPic = getContext().getObjectFileInfo()->isPositionIndependent();
1068 if (getContext().getObjectFileInfo()->isPositionIndependent()) {
1392 if (getContext().getObjectFileInfo()->isPositionIndependent()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 424 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 798 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent();
878 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 247 auto &ObjectFileInfo = *Context.getObjectFileInfo();
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 2433 OutStreamer->getContext().getObjectFileInfo()->getTextSection());
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp 250 const MCObjectFileInfo *MOFI = Parser.getContext().getObjectFileInfo();
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FrameLowering.cpp 3383 MF.getMMI().getContext().getObjectFileInfo()->getCompactUnwindSection() !=

Completed in 81 milliseconds

1 2