Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp44 if (getKind().isThreadData()) { in PrintSwitchToSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h156 bool isThreadData() const { return K == ThreadData; } in isThreadData() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp595 if (Kind.isThreadData()) in getSectionPrefixForGlobal()
1276 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp652 } else if (GVKind.isThreadData()) { in emitGlobalVariable()