HomeSort by relevance Sort by last modified time
    Searched refs:StaticDtorSection (Results 1 - 11 of 11) 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-7.0/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 53 MCSection *StaticDtorSection = nullptr;
148 return StaticDtorSection;
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 651 StaticDtorSection = Ctx.getELFSection(".dtors", ELF::SHT_PROGBITS,
658 StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,
677 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0,
683 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func",
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 454 StaticDtorSection = getContext().getELFSection(
    [all...]

Completed in 1809 milliseconds