Home
last modified time | relevance | path

Searched refs:isThreadBSS (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp104 getKind().isThreadBSS()) && in printSwitchToSection()
114 if (getKind().isThreadBSS()) { in printSwitchToSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h161 bool isThreadBSS() const { return K == ThreadBSS || K == ThreadBSSLocal; } in isThreadBSS() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp529 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()
625 if (Kind.isThreadBSS()) in getSectionPrefixForGlobal()
1347 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp858 if (GVKind.isThreadBSS()) { in emitGlobalVariable()