Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h199 static SectionKind getThreadBSS() { return get(ThreadBSS); } in getThreadBSS() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp151 .StartsWith(".tbss", SectionKind::getThreadBSS()) in parseSectionDirective()
H A DELFAsmParser.cpp122 SectionKind::getThreadBSS()); in ParseSectionDirectiveTBSS()
H A DDarwinAsmParser.cpp875 SectionKind::getThreadBSS()), in parseDirectiveTBSS()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp226 return SectionKind::getThreadBSS(); in getKindForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp90 SectionKind::getThreadBSS()); in initMachOMCObjectFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp475 return SectionKind::getThreadBSS(); in getELFKindForNamedSection()