Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h27 BSSSection = nullptr; in NVPTXTargetObjectFile()
53 BSSSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getBSS()); in Initialize()
DNVPTXISelLowering.cpp4478 delete BSSSection; in ~NVPTXTargetObjectFile()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp24 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()
129 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h65 const MCSection *BSSSection; variable
219 const MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp68 BSSSection = nullptr; in InitMachOMCObjectFileInfo()
397 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo()
522 BSSSection = Ctx->getCOFFSection( in InitCOFFMCObjectFileInfo()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp958 return BSSSection; in SelectSectionForGlobal()