HomeSort by relevance Sort by last modified time
    Searched refs:StaticCtorSection (Results 1 - 11 of 11) 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-7.0/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 50 MCSection *StaticCtorSection = nullptr;
143 return StaticCtorSection;
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 648 StaticCtorSection = Ctx.getELFSection(".ctors", ELF::SHT_PROGBITS,
656 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY,
675 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0,
680 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func",
    [all...]
  /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 406 milliseconds