Searched refs:StaticDtorSection (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h60 MCSection *StaticDtorSection = nullptr; member in class:llvm::TargetLoweringObjectFile
163 return StaticDtorSection;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp840 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));

Completed in 110 milliseconds