HomeSort by relevance Sort by last modified time
    Searched refs:SwitchSection (Results 1 - 25 of 25) 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 212 Asm->OutStreamer.SwitchSection(Section);
    [all...]
AsmPrinter.cpp 369 OutStreamer.SwitchSection(TheSection);
383 OutStreamer.SwitchSection(TLVSect);
402 OutStreamer.SwitchSection(TheSection);
427 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F, Mang, TM));
    [all...]
DwarfException.cpp 456 Asm->OutStreamer.SwitchSection(LSDASection);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsReginfo.cpp 53 OS.SwitchSection(TLOFELF.getReginfoSection());
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 730 OutStreamer.SwitchSection(Section);
746 OutStreamer.SwitchSection(Current);
764 OutStreamer.SwitchSection(Section);
779 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
857 OutStreamer.SwitchSection(TLOFMacho.getTextCoalSection());
859 OutStreamer.SwitchSection
    [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 520 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
541 OutStreamer.SwitchSection(TheSection);
565 OutStreamer.SwitchSection(TheSection);
594 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
657 OutStreamer.SwitchSection(TLOFCOFF.getDrectveSection());
692 OutStreamer.SwitchSection(TLOFELF.getDataRelSection());
  /external/llvm/lib/MC/
MCWin64EH.cpp 252 streamer.SwitchSection(xdataSect);
264 streamer.SwitchSection(xdataSect);
272 streamer.SwitchSection(pdataSect);
MCDwarf.cpp 200 MCOS->SwitchSection(Section);
209 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
222 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
472 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
522 MCOS->SwitchSection(context.getGenDwarfSection());
527 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
590 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
751 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
756 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
761 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection())
    [all...]
MCPureStreamer.cpp 117 SwitchSection(getContext().getMachOSection("__TEXT", "__text",
WinCOFFStreamer.cpp 103 SwitchSection(getContext().getCOFFSection(Section, Characteristics, Kind));
MCELFStreamer.cpp 38 SwitchSection(getContext().getELFSection(Section, Type, Flags, Kind));
MCMachOStreamer.cpp 103 SwitchSection(getContext().getMachOSection(
MCAsmStreamer.cpp 136 SwitchSection(getContext().getMachOSection(
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUAsmPrinter.cpp 53 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 198 getStreamer().SwitchSection(getContext().getELFSection(
445 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type,
455 getStreamer().SwitchSection(PreviousSection);
526 getStreamer().SwitchSection(Comment);
579 getStreamer().SwitchSection(Note);
DarwinAsmParser.cpp 370 getStreamer().SwitchSection(getContext().getMachOSection(
538 getStreamer().SwitchSection(getContext().getMachOSection(
572 getStreamer().SwitchSection(PreviousSection);
COFFAsmParser.cpp 171 getStreamer().SwitchSection(getContext().getCOFFSection(
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 326 OutStreamer.SwitchSection(TLOFELF.getDataRelSection());
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 244 SwitchSection(EHSection);
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 608 OutStreamer.SwitchSection(TextSections[i]);
615 OutStreamer.SwitchSection(sect);
621 OutStreamer.SwitchSection(sect);
628 OutStreamer.SwitchSection(StaticInitSect);
654 OutStreamer.SwitchSection(TLOFMacho.getNonLazySymbolPointerSection());
684 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 80 Streamer.SwitchSection(Sec);
476 Streamer.SwitchSection(S);
  /external/llvm/include/llvm/MC/
MCStreamer.h 193 /// This is called by PopSection and SwitchSection, if the current
219 /// SwitchSection - Set the current section where code is being emitted to
223 void SwitchSection(const MCSection *Section) {
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 116 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(GV, Mang,TM));

Completed in 949 milliseconds