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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 64 MCSection *StaticDtorSection = nullptr;
181 return StaticDtorSection;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 1106 StaticDtorSection = Ctx.getELFSection(".dtors", ELF::SHT_PROGBITS,
1113 StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,
1132 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0,
1138 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func",
1815 StaticDtorSection =
1824 StaticDtorSection = Ctx.getCOFFSection(
1880 cast<MCSectionCOFF>(StaticDtorSection));

Completed in 26 milliseconds