Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp108 getKind().isThreadBSS()) && in printSwitchToSection()
118 if (getKind().isThreadBSS()) { in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h161 bool isThreadBSS() const { return K == ThreadBSS || K == ThreadBSSLocal; } in isThreadBSS() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp530 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()
626 if (Kind.isThreadBSS()) in getSectionPrefixForGlobal()
1345 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp833 if (GVKind.isThreadBSS()) { in emitGlobalVariable()