Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h60 MCSection *StaticDtorSection = nullptr; variable
163 return StaticDtorSection; in getStaticDtorSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp840 StaticDtorSection = Ctx.getELFSection(".dtors", ELF::SHT_PROGBITS, in InitializeELF()
847 StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in InitializeELF()
866 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0, in Initialize()
872 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func", in Initialize()
1490 StaticDtorSection = in Initialize()
1499 StaticDtorSection = Ctx.getCOFFSection( in Initialize()
1555 cast<MCSectionCOFF>(StaticDtorSection)); in getStaticDtorSection()