reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Target/TargetLoweringObjectFile.h
  163     return StaticDtorSection;
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  840     StaticDtorSection = Ctx.getELFSection(".dtors", ELF::SHT_PROGBITS,
  847   StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,
  866     StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0,
  872     StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func",
 1490     StaticDtorSection =
 1499     StaticDtorSection = Ctx.getCOFFSection(
 1555                                       cast<MCSectionCOFF>(StaticDtorSection));