Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h206 static SectionKind getThreadBSS() { return get(ThreadBSS); } in getThreadBSS() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp163 .StartsWith(".tbss", SectionKind::getThreadBSS()) in parseSectionDirective()
H A DELFAsmParser.cpp115 SectionKind::getThreadBSS()); in parseSectionDirectiveTBSS()
H A DDarwinAsmParser.cpp861 SectionKind::getThreadBSS()), in parseDirectiveTBSS()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp251 return SectionKind::getThreadBSS(); in getKindForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp110 SectionKind::getThreadBSS()); in initMachOMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp492 return SectionKind::getThreadBSS(); in getELFKindForNamedSection()