Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h209 static SectionKind getBSS() { return get(BSS); } in getBSS() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp167 .StartsWith(".bss", SectionKind::getBSS()) in parseSectionDirective()
H A DDarwinAsmParser.cpp904 SectionKind::getBSS()), in parseDirectiveZerofill()
963 SectionKind::getBSS()), in parseDirectiveZerofill()
H A DELFAsmParser.cpp104 ELF::SHF_ALLOC, SectionKind::getBSS()); in ParseSectionDirectiveBSS()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp181 SectionKind::getBSS()); in initMachOMCObjectFileInfo()
184 SectionKind::getBSS()); in initMachOMCObjectFileInfo()
550 BSSSection = Ctx->getGOFFSection(".bss", SectionKind::getBSS(), nullptr); in initGOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp240 return SectionKind::getBSS(); in getKindForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp489 return SectionKind::getBSS(); in getELFKindForNamedSection()
2736 return getContext().getGOFFSection(Symbol->getName(), SectionKind::getBSS(), in SelectSectionForGlobal()