Searched refs:SwitchSection (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUELFStreamer.cpp17 SwitchSection(AMDGPU::getHSATextSection(getContext()));
H A DAMDGPUTargetStreamer.cpp264 OS.SwitchSection(Note);
292 OS.SwitchSection(Note);
318 OS.SwitchSection(AMDGPU::getHSATextSection(OS.getContext()));
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp59 void MipsELFStreamer::SwitchSection(MCSection *Section, function in class:MipsELFStreamer
61 MCELFStreamer::SwitchSection(Section, Subsection);
H A DMipsOptionRecord.cpp36 Streamer->SwitchSection(Sec);
54 Streamer->SwitchSection(Sec);
H A DMipsELFStreamer.h58 void SwitchSection(MCSection *Section,
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp71 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection());
74 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection());
98 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection());
101 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection());
107 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection());
H A DAddressPool.cpp32 Asm.OutStreamer->SwitchSection(AddrSection);
H A DDwarfStringPool.cpp43 Asm.OutStreamer->SwitchSection(StrSection);
69 Asm.OutStreamer->SwitchSection(OffsetSection);
H A DDwarfFile.cpp63 Asm->OutStreamer->SwitchSection(USection);
128 Asm->OutStreamer->SwitchSection(Section);
H A DErlangGCPrinter.cpp54 OS.SwitchSection(
H A DAsmPrinter.cpp363 OutStreamer->SwitchSection(TLSVarSection);
551 OutStreamer->SwitchSection(TheSection);
565 OutStreamer->SwitchSection(TLVSect);
584 OutStreamer->SwitchSection(TheSection);
612 OutStreamer->SwitchSection(
1166 OutStreamer->SwitchSection(TLOF.getDataSection());
1258 OutStreamer->SwitchSection(ReadOnlySection);
1274 OutStreamer->SwitchSection(S);
1381 OutStreamer->SwitchSection(CPSections[i].S);
1427 OutStreamer->SwitchSection(ReadOnlySectio
[all...]
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DWinCOFFStreamer.cpp66 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
69 SwitchSection(getContext().getObjectFileInfo()->getDataSection());
72 SwitchSection(getContext().getObjectFileInfo()->getBSSSection());
75 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
238 SwitchSection(MFI->getDrectveSection());
H A DMCWin64EH.cpp228 Streamer.SwitchSection(XData);
235 Streamer.SwitchSection(PData);
246 Streamer.SwitchSection(xdataSect);
H A DConstantPools.cpp67 Streamer.SwitchSection(Section);
H A DMCELFStreamer.cpp90 SwitchSection(Ctx.getObjectFileInfo()->getTextSection());
94 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx));
307 SwitchSection(&Section);
317 SwitchSection(P.first, P.second);
371 SwitchSection(Comment);
H A DMCDwarf.cpp172 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection());
194 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
511 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
570 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
642 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
807 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
866 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
871 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
877 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
886 MCOS->SwitchSection(contex
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp114 SwitchSection(Section);
118 SwitchSection(CrntSection);
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1047 OutStreamer->SwitchSection(OutContext.getELFSection(
1064 OutStreamer->SwitchSection(getObjFileLowering().getTextSection());
1122 OutStreamer->SwitchSection(Section);
1137 OutStreamer->SwitchSection(Current.first, Current.second);
1157 OutStreamer->SwitchSection(Section);
1336 OutStreamer->SwitchSection(TLOFMacho.getTextCoalSection());
1338 OutStreamer->SwitchSection(
1344 OutStreamer->SwitchSection(
1350 OutStreamer->SwitchSection(getObjFileLowering().getTextSection());
1392 OutStreamer->SwitchSection(StubSectio
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp516 OutStreamer->SwitchSection(getObjFileLowering().getTextSection());
603 OutStreamer->SwitchSection(TheSection);
626 OutStreamer->SwitchSection(TheSection);
640 OutStreamer->SwitchSection(TheSection);
685 OutStreamer->SwitchSection(TLOFCOFF.getDrectveSection());
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DFaultMaps.cpp57 OS.SwitchSection(FaultMapSection);
/freebsd-11.0-release/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp192 getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags),
522 getStreamer().SwitchSection(ELFSection, Subsection);
545 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);
681 getStreamer().SwitchSection(Note);
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp177 OutStreamer->SwitchSection(
195 OutStreamer->SwitchSection(ConfigSection);
217 OutStreamer->SwitchSection(CommentSection);
259 OutStreamer->SwitchSection(
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp218 OutStreamer.SwitchSection(Section);
247 OutStreamer.SwitchSection(Section);
276 OutStreamer->SwitchSection(Current.first, Current.second);
295 OutStreamer->SwitchSection(Current.first, Current.second);
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp717 OutStreamer->SwitchSection(
730 OutStreamer->SwitchSection(OutContext.getELFSection(".gcc_compiled_long32",
733 OutStreamer->SwitchSection(OutContext.getELFSection(".gcc_compiled_long64",
966 OutStreamer->SwitchSection(M, nullptr);
1051 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection());
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h300 /// This is called by PopSection and SwitchSection, if the current
333 SwitchSection(SectionStack.back().first.first, Subsection);
341 virtual void SwitchSection(MCSection *Section,

Completed in 170 milliseconds

12