OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SwitchSection
(Results
1 - 25
of
62
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinCFGuard.cpp
113
OS.
SwitchSection
(Asm->OutContext.getObjectFileInfo()->getGFIDsSection());
118
OS.
SwitchSection
(Asm->OutContext.getObjectFileInfo()->getGIATsSection());
124
OS.
SwitchSection
(Asm->OutContext.getObjectFileInfo()->getGLJMPSection());
OcamlGCPrinter.cpp
75
AP.OutStreamer->
SwitchSection
(AP.getObjFileLowering().getTextSection());
78
AP.OutStreamer->
SwitchSection
(AP.getObjFileLowering().getDataSection());
102
AP.OutStreamer->
SwitchSection
(AP.getObjFileLowering().getTextSection());
105
AP.OutStreamer->
SwitchSection
(AP.getObjFileLowering().getDataSection());
111
AP.OutStreamer->
SwitchSection
(AP.getObjFileLowering().getDataSection());
DwarfStringPool.cpp
58
Asm.OutStreamer->
SwitchSection
(Section);
81
Asm.OutStreamer->
SwitchSection
(StrSection);
120
Asm.OutStreamer->
SwitchSection
(OffsetSection);
AIXException.cpp
39
Asm->OutStreamer->
SwitchSection
(
AddressPool.cpp
47
Asm.OutStreamer->
SwitchSection
(AddrSection);
ErlangGCPrinter.cpp
49
OS.
SwitchSection
(
DwarfFile.cpp
50
Asm->OutStreamer->
SwitchSection
(S);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64TargetStreamer.cpp
77
OutStreamer.
SwitchSection
(Nt);
93
OutStreamer.
SwitchSection
(Cur);
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsOptionRecord.cpp
41
Streamer->
SwitchSection
(Sec);
59
Streamer->
SwitchSection
(Sec);
MipsELFStreamer.cpp
93
void MipsELFStreamer::
SwitchSection
(MCSection *Section,
95
MCELFStreamer::
SwitchSection
(Section, Subsection);
MipsELFStreamer.h
53
void
SwitchSection
(MCSection *Section,
/src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFStreamer.cpp
118
MS->
SwitchSection
(MOFI->getDwarfInfoSection());
176
MS->
SwitchSection
(MOFI->getDwarfAbbrevSection());
183
MS->
SwitchSection
(MOFI->getDwarfInfoSection());
202
MS->
SwitchSection
(Section);
222
Asm->OutStreamer->
SwitchSection
(MOFI->getDwarfStrSection());
234
Asm->OutStreamer->
SwitchSection
(MOFI->getDwarfStrOffSection());
257
Asm->OutStreamer->
SwitchSection
(MOFI->getDwarfDebugNamesSection());
267
Asm->OutStreamer->
SwitchSection
(MOFI->getDwarfAccelNamespaceSection());
275
Asm->OutStreamer->
SwitchSection
(MOFI->getDwarfAccelNamesSection());
283
Asm->OutStreamer->
SwitchSection
(MOFI->getDwarfAccelObjCSection())
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCWinCOFFStreamer.cpp
73
SwitchSection
(getContext().getObjectFileInfo()->getTextSection());
76
SwitchSection
(getContext().getObjectFileInfo()->getDataSection());
79
SwitchSection
(getContext().getObjectFileInfo()->getBSSSection());
82
SwitchSection
(getContext().getObjectFileInfo()->getTextSection());
290
SwitchSection
(MFI->getDrectveSection());
302
SwitchSection
(Section);
ConstantPools.cpp
82
Streamer.
SwitchSection
(Section);
MCELFStreamer.cpp
92
SwitchSection
(Ctx.getObjectFileInfo()->getTextSection());
96
SwitchSection
(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx));
318
SwitchSection
(&Section);
324
SwitchSection
(P.first, P.second);
383
SwitchSection
(Comment);
MCDwarf.cpp
252
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfLineSection());
268
MCOS.
SwitchSection
(Section);
315
MCOS->
SwitchSection
(
795
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfAbbrevSection());
848
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfARangesSection());
927
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfInfoSection());
1104
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfRnglistsSection());
1124
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfRangesSection());
1185
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfInfoSection());
1190
MCOS->
SwitchSection
(context.getObjectFileInfo()->getDwarfAbbrevSection())
[
all
...]
MCWin64EH.cpp
229
Streamer.
SwitchSection
(XData);
236
Streamer.
SwitchSection
(PData);
247
Streamer.
SwitchSection
(XData);
1093
Streamer.
SwitchSection
(XData);
1106
Streamer.
SwitchSection
(PData);
1121
Streamer.
SwitchSection
(info->TextSection);
1127
Streamer.
SwitchSection
(XData);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600AsmPrinter.cpp
114
OutStreamer->
SwitchSection
(ConfigSection);
123
OutStreamer->
SwitchSection
(CommentSection);
/src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430ELFStreamer.cpp
43
Streamer.
SwitchSection
(AttributeSection);
/src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
DWPStringPool.h
46
Out.
SwitchSection
(Sec);
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp
110
SwitchSection
(&Section);
122
SwitchSection
(P.first, P.second);
/src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp
169
OutStreamer->
SwitchSection
(IV);
173
OutStreamer->
SwitchSection
(Cur);
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVELFStreamer.cpp
97
Streamer.
SwitchSection
(AttributeSection);
102
Streamer.
SwitchSection
(AttributeSection);
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
COFFMasmParser.cpp
248
getStreamer().
SwitchSection
(getContext().getCOFFSection(
276
getStreamer().
SwitchSection
(getContext().getCOFFSection(
304
getStreamer().
SwitchSection
(getContext().getCOFFSection(
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
FaultMaps.cpp
55
OS.
SwitchSection
(FaultMapSection);
Completed in 31 milliseconds
1
2
3
Indexes created Thu Sep 24 00:25:51 UTC 2026