Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h31 StaticDtorSection = nullptr; in NVPTXTargetObjectFile()
59 StaticDtorSection = in Initialize()
DNVPTXISelLowering.cpp4482 delete StaticDtorSection; in ~NVPTXTargetObjectFile()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp153 StaticDtorSection in InitMachOMCObjectFileInfo()
161 StaticDtorSection in InitMachOMCObjectFileInfo()
443 StaticDtorSection = Ctx->getELFSection(".dtors", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
545 StaticDtorSection = in InitCOFFMCObjectFileInfo()
554 StaticDtorSection = Ctx->getCOFFSection( in InitCOFFMCObjectFileInfo()
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h160 return StaticDtorSection; in getStaticDtorSection()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h79 const MCSection *StaticDtorSection; variable
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp434 StaticDtorSection = getContext().getELFSection( in InitializeELF()
1052 cast<MCSectionCOFF>(StaticDtorSection), KeySym); in getStaticDtorSection()