Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h30 StaticDtorSection = nullptr; in NVPTXTargetObjectFile()
58 StaticDtorSection = in Initialize()
DNVPTXISelLowering.cpp4550 delete static_cast<NVPTXSection *>(StaticDtorSection); in ~NVPTXTargetObjectFile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h60 MCSection *StaticDtorSection = nullptr; variable
163 return StaticDtorSection; in getStaticDtorSection()
/external/llvm-project/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h64 MCSection *StaticDtorSection = nullptr; variable
172 return StaticDtorSection; in getStaticDtorSection()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp183 StaticDtorSection = Ctx->getMachOSection("__TEXT", "__destructor", 0, in initMachOMCObjectFileInfo()
189 StaticDtorSection = Ctx->getMachOSection("__DATA", "__mod_term_func", in initMachOMCObjectFileInfo()
504 StaticDtorSection = Ctx->getELFSection(".dtors", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
629 StaticDtorSection = in initCOFFMCObjectFileInfo()
638 StaticDtorSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h150 return StaticDtorSection; in getStaticDtorSection()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1045 StaticDtorSection = Ctx.getELFSection(".dtors", ELF::SHT_PROGBITS, in InitializeELF()
1052 StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in InitializeELF()
1071 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0, in Initialize()
1077 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func", in Initialize()
1789 StaticDtorSection = in Initialize()
1798 StaticDtorSection = Ctx.getCOFFSection( in Initialize()
1854 cast<MCSectionCOFF>(StaticDtorSection)); in getStaticDtorSection()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h72 MCSection *StaticDtorSection; variable
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp454 StaticDtorSection = getContext().getELFSection( in InitializeELF()
1064 cast<MCSectionCOFF>(StaticDtorSection), KeySym, 0); in getStaticDtorSection()