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

References

lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  837     StaticCtorSection = Ctx.getELFSection(".ctors", ELF::SHT_PROGBITS,
  840     StaticDtorSection = Ctx.getELFSection(".dtors", ELF::SHT_PROGBITS,
  845   StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY,
  847   StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,