Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h29 StaticCtorSection = nullptr; in NVPTXTargetObjectFile()
56 StaticCtorSection = in Initialize()
DNVPTXISelLowering.cpp4549 delete static_cast<NVPTXSection *>(StaticCtorSection); in ~NVPTXTargetObjectFile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h57 MCSection *StaticCtorSection = nullptr; variable
158 return StaticCtorSection; in getStaticCtorSection()
/external/llvm-project/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h61 MCSection *StaticCtorSection = nullptr; variable
167 return StaticCtorSection; in getStaticCtorSection()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp181 StaticCtorSection = Ctx->getMachOSection("__TEXT", "__constructor", 0, in initMachOMCObjectFileInfo()
186 StaticCtorSection = Ctx->getMachOSection("__DATA", "__mod_init_func", in initMachOMCObjectFileInfo()
501 StaticCtorSection = Ctx->getELFSection(".ctors", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
625 StaticCtorSection = in initCOFFMCObjectFileInfo()
634 StaticCtorSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp837 StaticCtorSection = Ctx.getELFSection(".ctors", ELF::SHT_PROGBITS, in InitializeELF()
845 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in InitializeELF()
864 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0, in Initialize()
869 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func", in Initialize()
1486 StaticCtorSection = in Initialize()
1495 StaticCtorSection = Ctx.getCOFFSection( in Initialize()
1548 cast<MCSectionCOFF>(StaticCtorSection)); in getStaticCtorSection()
1805 StaticCtorSection = in InitializeWasm()
1816 StaticCtorSection : in getStaticCtorSection()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1042 StaticCtorSection = Ctx.getELFSection(".ctors", ELF::SHT_PROGBITS, in InitializeELF()
1050 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in InitializeELF()
1069 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0, in Initialize()
1074 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func", in Initialize()
1785 StaticCtorSection = in Initialize()
1794 StaticCtorSection = Ctx.getCOFFSection( in Initialize()
1847 cast<MCSectionCOFF>(StaticCtorSection)); in getStaticCtorSection()
2090 StaticCtorSection = in InitializeWasm()
2101 StaticCtorSection : in getStaticCtorSection()
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h145 return StaticCtorSection; in getStaticCtorSection()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h69 MCSection *StaticCtorSection; variable
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp452 StaticCtorSection = getContext().getELFSection( in InitializeELF()
1058 cast<MCSectionCOFF>(StaticCtorSection), KeySym, 0); in getStaticCtorSection()