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()
56 StaticCtorSection = in Initialize()
DNVPTXISelLowering.cpp4538 delete static_cast<NVPTXSection *>(StaticCtorSection); in ~NVPTXTargetObjectFile()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp176 StaticCtorSection = Ctx->getMachOSection("__TEXT", "__constructor", 0, in initMachOMCObjectFileInfo()
181 StaticCtorSection = Ctx->getMachOSection("__DATA", "__mod_init_func", in initMachOMCObjectFileInfo()
468 StaticCtorSection = Ctx->getELFSection(".ctors", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
586 StaticCtorSection = in initCOFFMCObjectFileInfo()
595 StaticCtorSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h144 return StaticCtorSection; in getStaticCtorSection()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h69 MCSection *StaticCtorSection; variable
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp421 StaticCtorSection = getContext().getELFSection( in InitializeELF()
1038 cast<MCSectionCOFF>(StaticCtorSection), KeySym); in getStaticCtorSection()