OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SwitchSection
(Results
1 - 25
of
36
) sorted by null
1
2
/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());
AddressPool.cpp
32
Asm.OutStreamer.
SwitchSection
(AddrSection);
DwarfStringPool.cpp
45
Asm.OutStreamer.
SwitchSection
(StrSection);
66
Asm.OutStreamer.
SwitchSection
(OffsetSection);
DwarfFile.cpp
55
Asm->OutStreamer.
SwitchSection
(USection);
134
Asm->OutStreamer.
SwitchSection
(Section);
ErlangGCPrinter.cpp
56
AP.OutStreamer.
SwitchSection
(AP.getObjFileLowering().getContext()
DwarfDebug.cpp
227
Asm->OutStreamer.
SwitchSection
(Section);
[
all
...]
AsmPrinter.cpp
457
OutStreamer.
SwitchSection
(TheSection);
471
OutStreamer.
SwitchSection
(TLVSect);
490
OutStreamer.
SwitchSection
(TheSection);
515
OutStreamer.
SwitchSection
(
[
all
...]
/external/llvm/lib/MC/
WinCOFFStreamer.cpp
68
SwitchSection
(getContext().getObjectFileInfo()->getTextSection());
71
SwitchSection
(getContext().getObjectFileInfo()->getDataSection());
74
SwitchSection
(getContext().getObjectFileInfo()->getBSSSection());
77
SwitchSection
(getContext().getObjectFileInfo()->getTextSection());
ConstantPools.cpp
67
Streamer.
SwitchSection
(Section);
MCWin64EH.cpp
268
streamer.
SwitchSection
(xdataSect);
280
Streamer.
SwitchSection
(XData);
288
Streamer.
SwitchSection
(PData);
MCELFStreamer.cpp
44
SwitchSection
(getContext().getObjectFileInfo()->getTextSection());
47
SwitchSection
(getContext().getObjectFileInfo()->getDataSection());
50
SwitchSection
(getContext().getObjectFileInfo()->getBSSSection());
53
SwitchSection
(getContext().getObjectFileInfo()->getTextSection());
304
SwitchSection
(Comment);
MCDwarf.cpp
190
MCOS->
SwitchSection
(Section);
199
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfLineSection());
220
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfLineSection());
515
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfAbbrevSection());
569
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfARangesSection());
640
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfInfoSection());
808
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfRangesSection());
867
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfInfoSection());
872
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfAbbrevSection());
[
all
...]
MCContext.cpp
353
MCOS.
SwitchSection
(sec->first);
/external/llvm/lib/Target/R600/
AMDGPUAsmPrinter.cpp
81
OutStreamer.
SwitchSection
(ConfigSection);
96
OutStreamer.
SwitchSection
(getObjFileLowering().getTextSection());
104
OutStreamer.
SwitchSection
(CommentSection);
131
OutStreamer.
SwitchSection
(Context.getELFSection(".AMDGPU.disasm",
/external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
729
OutStreamer.
SwitchSection
(Section);
745
OutStreamer.
SwitchSection
(Current.first, Current.second);
766
OutStreamer.
SwitchSection
(Section);
781
OutStreamer.
SwitchSection
(getObjFileLowering().getDataSection());
859
OutStreamer.
SwitchSection
(TLOFMacho.getTextCoalSection());
861
OutStreamer.
SwitchSection
[
all
...]
/external/llvm/lib/Target/X86/
X86AsmPrinter.cpp
505
OutStreamer.
SwitchSection
(getObjFileLowering().getTextSection());
596
OutStreamer.
SwitchSection
(TheSection);
620
OutStreamer.
SwitchSection
(TheSection);
635
OutStreamer.
SwitchSection
(TheSection);
687
OutStreamer.
SwitchSection
(TLOFCOFF.getDrectveSection());
705
OutStreamer.
SwitchSection
(TLOFELF.getDataRelSection());
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUAsmPrinter.cpp
49
OutStreamer.
SwitchSection
(getObjFileLowering().getTextSection());
/external/mesa3d/src/gallium/drivers/radeon/
AMDGPUAsmPrinter.cpp
49
OutStreamer.
SwitchSection
(getObjFileLowering().getTextSection());
/external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp
202
getStreamer().
SwitchSection
(getContext().getELFSection(
550
getStreamer().
SwitchSection
(ELFSection, Subsection);
573
getStreamer().
SwitchSection
(PreviousSection.first, PreviousSection.second);
705
getStreamer().
SwitchSection
(Note);
DarwinAsmParser.cpp
383
getStreamer().
SwitchSection
(getContext().getMachOSection(
584
getStreamer().
SwitchSection
(getContext().getMachOSection(
618
getStreamer().
SwitchSection
(PreviousSection.first, PreviousSection.second);
[
all
...]
/external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp
686
OutStreamer.
SwitchSection
(OutContext.getELFSection(
699
OutStreamer.
SwitchSection
(
703
OutStreamer.
SwitchSection
(
895
OutStreamer.
SwitchSection
(M, nullptr);
[
all
...]
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp
333
OS.
SwitchSection
(Sec);
350
OS.
SwitchSection
(Sec);
644
OS.
SwitchSection
(Sec);
/external/llvm/include/llvm/MC/
MCStreamer.h
319
/// This is called by PopSection and
SwitchSection
, if the current
349
SwitchSection
(SectionStack.back().first.first, Subsection);
353
///
SwitchSection
- Set the current section where code is being emitted to
357
void
SwitchSection
(const MCSection *Section,
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
444
OutStreamer.
SwitchSection
(TextSections[i]);
451
OutStreamer.
SwitchSection
(sect);
457
OutStreamer.
SwitchSection
(sect);
464
OutStreamer.
SwitchSection
(StaticInitSect);
472
OutStreamer.
SwitchSection
(getObjFileLowering().getCStringSection());
520
OutStreamer.
SwitchSection
(TLOFMacho.getNonLazySymbolPointerSection());
532
OutStreamer.
SwitchSection
(TLOFMacho.getNonLazySymbolPointerSection());
560
OutStreamer.
SwitchSection
(TLOFELF.getDataRelSection());
[
all
...]
/external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp
231
OutStreamer.
SwitchSection
(TLOFELF.getDataRelSection());
Completed in 1157 milliseconds
1
2