HomeSort by: relevance | last modified time | path
    Searched refs:StaticCtorSection (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 61 MCSection *StaticCtorSection = nullptr;
176 return StaticCtorSection;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 1103 StaticCtorSection = Ctx.getELFSection(".ctors", ELF::SHT_PROGBITS,
1111 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY,
1130 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0,
1135 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func",
1811 StaticCtorSection =
1820 StaticCtorSection = Ctx.getCOFFSection(
1873 cast<MCSectionCOFF>(StaticCtorSection));
2131 StaticCtorSection =
2142 StaticCtorSection :

Completed in 16 milliseconds