Searched refs:StaticDtorSection (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetObjectFile.h | 30 StaticDtorSection = nullptr; in NVPTXTargetObjectFile() 58 StaticDtorSection = in Initialize()
|
D | NVPTXISelLowering.cpp | 4550 delete static_cast<NVPTXSection *>(StaticDtorSection); in ~NVPTXTargetObjectFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 60 MCSection *StaticDtorSection = nullptr; variable 163 return StaticDtorSection; in getStaticDtorSection()
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 64 MCSection *StaticDtorSection = nullptr; variable 172 return StaticDtorSection; in getStaticDtorSection()
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 183 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/ |
D | TargetLoweringObjectFile.h | 150 return StaticDtorSection; in getStaticDtorSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 840 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/ |
D | TargetLoweringObjectFileImpl.cpp | 1045 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/ |
D | MCObjectFileInfo.h | 72 MCSection *StaticDtorSection; variable
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 454 StaticDtorSection = getContext().getELFSection( in InitializeELF() 1064 cast<MCSectionCOFF>(StaticDtorSection), KeySym, 0); in getStaticDtorSection()
|