Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDSectionKind.h152 bool isThreadBSS() const { return K == ThreadBSS; } in isThreadBSS() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp470 if (K.isBSS() || K.isThreadBSS()) in getELFSectionType()
622 if (Kind.isThreadBSS()) in getSectionPrefixForGlobal()
983 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp589 if (GVKind.isThreadBSS()) { in EmitGlobalVariable()