Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSectionXCOFF.cpp95 getKind().isThreadBSS()) && in printSwitchToSection()
105 if (getKind().isThreadBSS()) { in printSwitchToSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h161 bool isThreadBSS() const { return K == ThreadBSS || K == ThreadBSSLocal; } in isThreadBSS() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp538 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()
641 if (Kind.isThreadBSS()) in getSectionPrefixForGlobal()
1332 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp804 if (GVKind.isThreadBSS()) { in emitGlobalVariable()