Searched refs:StaticDtorSection (Results 1 – 11 of 11) 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-7.0/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 53 MCSection *StaticDtorSection = nullptr; variable 148 return StaticDtorSection; in getStaticDtorSection()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCObjectFileInfo.h | 74 const MCSection *StaticDtorSection; variable 185 const MCSection *getStaticDtorSection() const { return StaticDtorSection; } in getStaticDtorSection()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCObjectFileInfo.cpp | 130 StaticDtorSection in InitMachOMCObjectFileInfo() 138 StaticDtorSection in InitMachOMCObjectFileInfo() 321 StaticDtorSection = in InitELFMCObjectFileInfo() 399 StaticDtorSection = in InitCOFFMCObjectFileInfo()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 34 StaticDtorSection = in Initialize()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 651 StaticDtorSection = Ctx.getELFSection(".dtors", ELF::SHT_PROGBITS, in InitializeELF() 658 StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in InitializeELF() 677 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0, in Initialize() 683 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func", in Initialize() 1278 StaticDtorSection = in Initialize() 1287 StaticDtorSection = Ctx.getCOFFSection( in Initialize() 1325 cast<MCSectionCOFF>(StaticDtorSection)); in getStaticDtorSection()
|
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 150 return 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()
|