HomeSort by relevance Sort by last modified time
    Searched refs:SwitchSection (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /external/llvm/lib/MC/
ConstantPools.cpp 66 Streamer.SwitchSection(Section);
MCWin64EH.cpp 225 Streamer.SwitchSection(XData);
232 Streamer.SwitchSection(PData);
242 Streamer.SwitchSection(XData);
MCELFStreamer.cpp 91 SwitchSection(Ctx.getObjectFileInfo()->getTextSection());
95 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx));
311 SwitchSection(&Section);
321 SwitchSection(P.first, P.second);
375 SwitchSection(Comment);
MCDwarf.cpp 172 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());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 41 Asm->OutStreamer->SwitchSection(USection);
ErlangGCPrinter.cpp 51 OS.SwitchSection(
AsmPrinter.cpp 574 OutStreamer->SwitchSection(TheSection);
588 OutStreamer->SwitchSection(TLVSect);
609 OutStreamer->SwitchSection(TheSection);
649 OutStreamer->SwitchSection(getObjFileLowering().SectionForGlobal(&F, TM));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86AsmPrinter.cpp 478 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
499 OutStreamer.SwitchSection(TheSection);
523 OutStreamer.SwitchSection(TheSection);
553 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
617 OutStreamer.SwitchSection(TLOFCOFF.getDrectveSection());
652 OutStreamer.SwitchSection(TLOFELF.getDataRelSection());
  /external/swiftshader/third_party/LLVM/lib/MC/
MCWin64EH.cpp 254 streamer.SwitchSection(xdataSect);
266 streamer.SwitchSection(xdataSect);
274 streamer.SwitchSection(pdataSect);
MCELFStreamer.h 116 SwitchSection(getContext().getELFSection(Section, Type, Flags, Kind));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCWin64EH.cpp 223 Streamer.SwitchSection(XData);
230 Streamer.SwitchSection(PData);
240 Streamer.SwitchSection(XData);
ConstantPools.cpp 83 Streamer.SwitchSection(Section);
MCDwarf.cpp 223 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection());
250 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
266 MCOS.SwitchSection(Section);
313 MCOS->SwitchSection(
795 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
854 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
    [all...]
MCELFStreamer.cpp 93 SwitchSection(Ctx.getObjectFileInfo()->getTextSection());
97 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx));
301 SwitchSection(&Section);
311 SwitchSection(P.first, P.second);
369 SwitchSection(Comment);
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 81 Out.SwitchSection(StrOffsetSection);
203 Out.SwitchSection(OutputTypes);
235 Out.SwitchSection(OutputTypes);
302 Out.SwitchSection(Section);
449 Out.SwitchSection(OutSection);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp 80 Asm->OutStreamer.SwitchSection(
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
ELFAsmParser.cpp 194 getStreamer().SwitchSection(getContext().getELFSection(
432 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type,
442 getStreamer().SwitchSection(PreviousSection);
512 getStreamer().SwitchSection(Comment);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
llvm-dwp.cpp 84 Out.SwitchSection(StrOffsetSection);
214 Out.SwitchSection(OutputTypes);
246 Out.SwitchSection(OutputTypes);
313 Out.SwitchSection(Section);
452 Out.SwitchSection(OutSection);
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.cpp 264 OS.SwitchSection(Note);
292 OS.SwitchSection(Note);
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/
FaultMaps.cpp 57 OS.SwitchSection(FaultMapSection);
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 193 getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags),
524 getStreamer().SwitchSection(ELFSection, Subsection);
547 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);
683 getStreamer().SwitchSection(Note);
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 157 OutStreamer->SwitchSection(ConfigSection);
179 OutStreamer->SwitchSection(CommentSection);
235 OutStreamer->SwitchSection(
719 OutStreamer->SwitchSection(getObjFileLowering().getTextSection());
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 215 OutStreamer.SwitchSection(Section);
244 OutStreamer.SwitchSection(Section);
286 OutStreamer->SwitchSection(Current.first, Current.second);
305 OutStreamer->SwitchSection(Current.first, Current.second);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
FaultMaps.cpp 60 OS.SwitchSection(FaultMapSection);

Completed in 638 milliseconds

12 3 4 5