Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DSectionKind.h196 static SectionKind getThreadBSS() { return get(ThreadBSS); } in getThreadBSS() function
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp158 return SectionKind::getThreadBSS(); in getKindForGlobal()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp123 SectionKind::getThreadBSS()); in ParseSectionDirectiveTBSS()
H A DDarwinAsmParser.cpp877 0, SectionKind::getThreadBSS()), in parseDirectiveTBSS()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp89 SectionKind::getThreadBSS()); in initMachOMCObjectFileInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp425 return SectionKind::getThreadBSS(); in getELFKindForNamedSection()