OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticDtorSection
(Results
1 - 9
of
9
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetObjectFile.cpp
34
StaticDtorSection
=
/external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h
30
StaticDtorSection
= nullptr;
58
StaticDtorSection
=
NVPTXISelLowering.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h
72
///
StaticDtorSection
- This section contains the static destructor pointer
74
const MCSection *
StaticDtorSection
;
185
const MCSection *getStaticDtorSection() const { return
StaticDtorSection
; }
/external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h
150
return
StaticDtorSection
;
/external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp
130
StaticDtorSection
138
StaticDtorSection
321
StaticDtorSection
=
399
StaticDtorSection
=
/external/llvm/lib/MC/
MCObjectFileInfo.cpp
183
StaticDtorSection
= Ctx->getMachOSection("__TEXT", "__destructor", 0,
189
StaticDtorSection
= Ctx->getMachOSection("__DATA", "__mod_term_func",
504
StaticDtorSection
= Ctx->getELFSection(".dtors", ELF::SHT_PROGBITS,
629
StaticDtorSection
=
638
StaticDtorSection
= Ctx->getCOFFSection(
[
all
...]
/external/llvm/include/llvm/MC/
MCObjectFileInfo.h
72
MCSection *
StaticDtorSection
;
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
454
StaticDtorSection
= getContext().getELFSection(
[
all
...]
Completed in 8277 milliseconds