Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp28 SectionKind::getBSS()); in Initialize()
33 SectionKind::getBSS()); in Initialize()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp43 SectionKind::getBSS()); in Initialize()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp39 SectionKind::getBSS()); in Initialize()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h54 BSSSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getBSS()); in Initialize()
/external/llvm/include/llvm/MC/
DSectionKind.h225 static SectionKind getBSS() { return get(BSS); } in getBSS() function
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp135 SectionKind::getBSS()); in InitMachOMCObjectFileInfo()
138 SectionKind::getBSS()); in InitMachOMCObjectFileInfo()
416 SectionKind::getBSS()); in InitELFMCObjectFileInfo()
601 SectionKind::getBSS()); in InitCOFFMCObjectFileInfo()
DMCELFStreamer.cpp246 SectionKind::getBSS()); in EmitCommonSymbol()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp161 return SectionKind::getBSS(); in getKindForGlobal()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp767 0, SectionKind::getBSS())); in parseDirectiveZerofill()
825 0, SectionKind::getBSS()), in parseDirectiveZerofill()
DCOFFAsmParser.cpp111 SectionKind::getBSS()); in ParseSectionDirectiveBSS()
DELFAsmParser.cpp95 ELF::SHF_ALLOC, SectionKind::getBSS()); in ParseSectionDirectiveBSS()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp132 return SectionKind::getBSS(); in getELFKindForNamedSection()