Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h190 static SectionKind getBSS() { return get(BSS); } in getBSS() function
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h52 BSSSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getBSS()); in Initialize()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp160 SectionKind::getBSS()); in initMachOMCObjectFileInfo()
163 SectionKind::getBSS()); in initMachOMCObjectFileInfo()
570 SectionKind::getBSS()); in initCOFFMCObjectFileInfo()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp161 return SectionKind::getBSS(); in getKindForGlobal()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp797 0, SectionKind::getBSS())); in parseDirectiveZerofill()
855 0, SectionKind::getBSS()), in parseDirectiveZerofill()
DELFAsmParser.cpp93 ELF::SHF_ALLOC, SectionKind::getBSS()); in ParseSectionDirectiveBSS()
DCOFFAsmParser.cpp111 SectionKind::getBSS()); in ParseSectionDirectiveBSS()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp133 return SectionKind::getBSS(); in getELFKindForNamedSection()