OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMachOSection
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectFileInfo.cpp
54
EHFrameSection = Ctx->
getMachOSection
(
74
= Ctx->
getMachOSection
("__TEXT", "__text",
78
= Ctx->
getMachOSection
("__DATA", "__data", 0, SectionKind::getData());
84
= Ctx->
getMachOSection
("__DATA", "__thread_data",
88
= Ctx->
getMachOSection
("__DATA", "__thread_bss",
94
= Ctx->
getMachOSection
("__DATA", "__thread_vars",
98
TLSThreadInitSection = Ctx->
getMachOSection
(
103
= Ctx->
getMachOSection
("__TEXT", "__cstring",
107
= Ctx->
getMachOSection
("__TEXT","__ustring", 0,
110
= Ctx->
getMachOSection
("__TEXT", "__literal4"
[
all
...]
MCContext.cpp
414
MCSectionMachO *MCContext::
getMachOSection
(StringRef Segment, StringRef Section,
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp
483
getStreamer().SwitchSection(getContext().
getMachOSection
(
722
getStreamer().SwitchSection(getContext().
getMachOSection
(
873
getContext().
getMachOSection
("__DATA", "__thread_bss",
904
getContext().
getMachOSection
(Segment, Section, MachO::S_ZEROFILL, 0,
962
getStreamer().emitZerofill(getContext().
getMachOSection
(
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h
525
MCSectionMachO *
getMachOSection
(StringRef Segment, StringRef Section,
530
MCSectionMachO *
getMachOSection
(StringRef Segment, StringRef Section,
533
return
getMachOSection
(Segment, Section, TypeAndAttributes, 0, K,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
1130
StaticCtorSection = Ctx.
getMachOSection
("__TEXT", "__constructor", 0,
1132
StaticDtorSection = Ctx.
getMachOSection
("__TEXT", "__destructor", 0,
1135
StaticCtorSection = Ctx.
getMachOSection
("__DATA", "__mod_init_func",
1138
StaticDtorSection = Ctx.
getMachOSection
("__DATA", "__mod_term_func",
1183
MCSectionMachO *S = getContext().
getMachOSection
(
1229
getContext().
getMachOSection
(Segment, Section, TAA, StubSize, Kind);
1232
// use the value returned by
getMachOSection
() as a default.
/src/external/apache2/llvm/dist/clang/tools/driver/
cc1as_main.cpp
499
MCSection *AsmLabel = Ctx.
getMachOSection
(
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86AsmPrinter.cpp
742
OutStreamer.SwitchSection(MMI->getContext().
getMachOSection
(
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
3472
InstMap = OutContext.
getMachOSection
("__DATA", "xray_instr_map", 0,
3475
FnSledIndex = OutContext.
getMachOSection
(
Completed in 27 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026