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

  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 70 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection());
73 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection());
96 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection());
99 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection());
105 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection());
DwarfCFIException.cpp 80 Asm->OutStreamer.SwitchSection(
DwarfDebug.cpp 154 Asm->OutStreamer.SwitchSection(Section);
799 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getTextSection());
801 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getDataSection());
806 Asm->OutStreamer.SwitchSection(SectionMap[i]);
    [all...]
AsmPrinter.cpp 372 OutStreamer.SwitchSection(TheSection);
386 OutStreamer.SwitchSection(TLVSect);
405 OutStreamer.SwitchSection(TheSection);
430 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F, Mang, TM));
    [all...]
DwarfException.cpp 457 Asm->OutStreamer.SwitchSection(LSDASection);
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 400 OutStreamer.SwitchSection(Section);
410 OutStreamer.SwitchSection(Current);
428 OutStreamer.SwitchSection(Section);
474 OutStreamer.SwitchSection(TLOFMacho.getTextCoalSection());
476 OutStreamer.SwitchSection(
482 OutStreamer.SwitchSection(
488 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
523 OutStreamer.SwitchSection(StubSection);
551 OutStreamer.SwitchSection(LSPSection);
574 OutStreamer.SwitchSection(StubSection)
    [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 502 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
523 OutStreamer.SwitchSection(TheSection);
547 OutStreamer.SwitchSection(TheSection);
577 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
641 OutStreamer.SwitchSection(TLOFCOFF.getDrectveSection());
676 OutStreamer.SwitchSection(TLOFELF.getDataRelSection());
  /external/llvm/lib/MC/
MCDwarf.cpp 193 MCOS->SwitchSection(Section);
202 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
215 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
441 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
490 MCOS->SwitchSection(context.getGenDwarfSection());
495 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
555 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
705 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
706 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
715 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection())
    [all...]
MCWin64EH.cpp 254 streamer.SwitchSection(xdataSect);
266 streamer.SwitchSection(xdataSect);
274 streamer.SwitchSection(pdataSect);
MCPureStreamer.cpp 108 SwitchSection(getContext().getMachOSection("__TEXT", "__text",
MCMachOStreamer.cpp 100 SwitchSection(getContext().getMachOSection("__TEXT", "__text",
MCELFStreamer.cpp 129 SwitchSection(getContext().getELFSection(Section, Type, Flags, Kind));
WinCOFFStreamer.cpp 94 SwitchSection(getContext().getCOFFSection(Section, Characteristics, Kind));
MCAsmStreamer.cpp 132 SwitchSection(getContext().getMachOSection("__TEXT", "__text",
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 194 getStreamer().SwitchSection(getContext().getELFSection(
432 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type,
442 getStreamer().SwitchSection(PreviousSection);
513 getStreamer().SwitchSection(Comment);
DarwinAsmParser.cpp 306 getStreamer().SwitchSection(getContext().getMachOSection(
447 getStreamer().SwitchSection(getContext().getMachOSection(
COFFAsmParser.cpp 170 getStreamer().SwitchSection(getContext().getCOFFSection(
AsmParser.cpp 576 Out.SwitchSection(Ctx.getMachOSection(
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 569 OutStreamer.SwitchSection(TLOFMacho.getTextSection());
570 OutStreamer.SwitchSection(TLOFMacho.getTextCoalSection());
571 OutStreamer.SwitchSection(TLOFMacho.getConstTextCoalSection());
577 OutStreamer.SwitchSection(sect);
583 OutStreamer.SwitchSection(sect);
590 OutStreamer.SwitchSection(StaticInitSect);
616 OutStreamer.SwitchSection(TLOFMacho.getNonLazySymbolPointerSection());
646 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
820 OutStreamer.SwitchSection(TLOFELF.getAttributesSection());
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 81 Streamer.SwitchSection(Sec);
423 Streamer.SwitchSection(S);
  /external/llvm/include/llvm/MC/
MCStreamer.h 180 /// This is called by PopSection and SwitchSection, if the current
206 /// SwitchSection - Set the current section where code is being emitted to
210 void SwitchSection(const MCSection *Section) {
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 116 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(GV, Mang,TM));

Completed in 145 milliseconds