Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/MC/
HDSectionKind.h223 static SectionKind getBSS() { return get(BSS); } in getBSS() function
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXTargetObjectFile.h53 BSSSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getBSS()); in Initialize()
/NextBSD/contrib/llvm/lib/MC/
HDMCObjectFileInfo.cpp134 SectionKind::getBSS()); in initMachOMCObjectFileInfo()
137 SectionKind::getBSS()); in initMachOMCObjectFileInfo()
538 SectionKind::getBSS()); in initCOFFMCObjectFileInfo()
/NextBSD/contrib/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp162 return SectionKind::getBSS(); in getKindForGlobal()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDDarwinAsmParser.cpp767 0, SectionKind::getBSS())); in parseDirectiveZerofill()
825 0, SectionKind::getBSS()), in parseDirectiveZerofill()
HDELFAsmParser.cpp95 ELF::SHF_ALLOC, SectionKind::getBSS()); in ParseSectionDirectiveBSS()
HDCOFFAsmParser.cpp112 SectionKind::getBSS()); in ParseSectionDirectiveBSS()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp132 return SectionKind::getBSS(); in getELFKindForNamedSection()