Home
last modified time | relevance | path

Searched refs:StaticDtorSection (Results 1 – 11 of 11) 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-7.0/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h53 MCSection *StaticDtorSection = nullptr; variable
148 return StaticDtorSection; in getStaticDtorSection()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h74 const MCSection *StaticDtorSection; variable
185 const MCSection *getStaticDtorSection() const { return StaticDtorSection; } in getStaticDtorSection()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp130 StaticDtorSection in InitMachOMCObjectFileInfo()
138 StaticDtorSection in InitMachOMCObjectFileInfo()
321 StaticDtorSection = in InitELFMCObjectFileInfo()
399 StaticDtorSection = in InitCOFFMCObjectFileInfo()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMTargetObjectFile.cpp34 StaticDtorSection = in Initialize()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp651 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/
DTargetLoweringObjectFile.h150 return 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()