Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h30 StaticCtorSection = nullptr; in NVPTXTargetObjectFile()
57 StaticCtorSection = in Initialize()
DNVPTXISelLowering.cpp4481 delete StaticCtorSection; in ~NVPTXTargetObjectFile()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp150 StaticCtorSection in InitMachOMCObjectFileInfo()
157 StaticCtorSection in InitMachOMCObjectFileInfo()
440 StaticCtorSection = Ctx->getELFSection(".ctors", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
541 StaticCtorSection = in InitCOFFMCObjectFileInfo()
550 StaticCtorSection = Ctx->getCOFFSection( in InitCOFFMCObjectFileInfo()
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h155 return StaticCtorSection; in getStaticCtorSection()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h75 const MCSection *StaticCtorSection; variable
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp432 StaticCtorSection = getContext().getELFSection( in InitializeELF()
1046 cast<MCSectionCOFF>(StaticCtorSection), KeySym); in getStaticCtorSection()