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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h63 MCSection *StaticCtorSection = nullptr; member in class:llvm::TargetLoweringObjectFile
178 return StaticCtorSection;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1172 StaticCtorSection = Ctx.getELFSection(".ctors", ELF::SHT_PROGBITS,
1180 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY,
1198 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0,
1203 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func",
1933 StaticCtorSection =
1942 StaticCtorSection = Ctx.getCOFFSection(
2008 cast<MCSectionCOFF>(StaticCtorSection));
2266 StaticCtorSection =
2277 StaticCtorSection :

Completed in 111 milliseconds