Home
last modified time | relevance | path

Searched refs:getBSS (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h53 BSSSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getBSS()); in Initialize()
/external/llvm/include/llvm/MC/
DSectionKind.h223 static SectionKind getBSS() { return get(BSS); } in getBSS() function
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp134 SectionKind::getBSS()); in InitMachOMCObjectFileInfo()
137 SectionKind::getBSS()); in InitMachOMCObjectFileInfo()
525 SectionKind::getBSS()); in InitCOFFMCObjectFileInfo()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp162 return SectionKind::getBSS(); in getKindForGlobal()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp767 0, SectionKind::getBSS())); in parseDirectiveZerofill()
825 0, SectionKind::getBSS()), in parseDirectiveZerofill()
DELFAsmParser.cpp95 ELF::SHF_ALLOC, SectionKind::getBSS()); in ParseSectionDirectiveBSS()
DCOFFAsmParser.cpp111 SectionKind::getBSS()); in ParseSectionDirectiveBSS()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp133 return SectionKind::getBSS(); in getELFKindForNamedSection()