Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp92 getKind().isThreadBSS()) && in PrintSwitchToSection()
102 if (getKind().isThreadBSS()) { in PrintSwitchToSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h155 bool isThreadBSS() const { return K == ThreadBSS || K == ThreadBSSLocal; } in isThreadBSS() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp497 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()
597 if (Kind.isThreadBSS()) in getSectionPrefixForGlobal()
1275 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp649 if (GVKind.isThreadBSS()) { in emitGlobalVariable()