OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticCtorSection
(Results
1 - 9
of
9
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetObjectFile.cpp
29
StaticCtorSection
=
/external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h
29
StaticCtorSection
= nullptr;
56
StaticCtorSection
=
NVPTXISelLowering.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h
68
///
StaticCtorSection
- This section contains the static constructor pointer
70
const MCSection *
StaticCtorSection
;
184
const MCSection *getStaticCtorSection() const { return
StaticCtorSection
; }
/external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h
145
return
StaticCtorSection
;
/external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp
127
StaticCtorSection
134
StaticCtorSection
316
StaticCtorSection
=
393
StaticCtorSection
=
/external/llvm/lib/MC/
MCObjectFileInfo.cpp
181
StaticCtorSection
= Ctx->getMachOSection("__TEXT", "__constructor", 0,
186
StaticCtorSection
= Ctx->getMachOSection("__DATA", "__mod_init_func",
501
StaticCtorSection
= Ctx->getELFSection(".ctors", ELF::SHT_PROGBITS,
625
StaticCtorSection
=
634
StaticCtorSection
= Ctx->getCOFFSection(
[
all
...]
/external/llvm/include/llvm/MC/
MCObjectFileInfo.h
69
MCSection *
StaticCtorSection
;
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
452
StaticCtorSection
= getContext().getELFSection(
[
all
...]
Completed in 709 milliseconds