Home
last modified time | relevance | path

Searched refs:StaticCtorSection (Results 1 – 11 of 11) 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-7.0/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h50 MCSection *StaticCtorSection = nullptr; variable
143 return StaticCtorSection; in getStaticCtorSection()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h70 const MCSection *StaticCtorSection; variable
184 const MCSection *getStaticCtorSection() const { return StaticCtorSection; } in getStaticCtorSection()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp127 StaticCtorSection in InitMachOMCObjectFileInfo()
134 StaticCtorSection in InitMachOMCObjectFileInfo()
316 StaticCtorSection = in InitELFMCObjectFileInfo()
393 StaticCtorSection = in InitCOFFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp648 StaticCtorSection = Ctx.getELFSection(".ctors", ELF::SHT_PROGBITS, in InitializeELF()
656 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in InitializeELF()
675 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0, in Initialize()
680 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func", in Initialize()
1274 StaticCtorSection = in Initialize()
1283 StaticCtorSection = Ctx.getCOFFSection( in Initialize()
1318 cast<MCSectionCOFF>(StaticCtorSection)); in getStaticCtorSection()
1572 StaticCtorSection = in InitializeWasm()
1579 StaticCtorSection : in getStaticCtorSection()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMTargetObjectFile.cpp29 StaticCtorSection = in Initialize()
/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/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()