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.cpp121 SectionKind::getThreadBSS()); in ParseSectionDirectiveTBSS()
H A DDarwinAsmParser.cpp874 SectionKind::getThreadBSS()), in parseDirectiveTBSS()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp224 return SectionKind::getThreadBSS(); in getKindForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp109 SectionKind::getThreadBSS()); in initMachOMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp499 return SectionKind::getThreadBSS(); in getELFKindForNamedSection()