Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSectionXCOFF.cpp47 if (getKind().isThreadData()) { in printSwitchToSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DSectionKind.h162 bool isThreadData() const { return K == ThreadData; } in isThreadData() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp605 if (Kind.isThreadData()) in getSectionPrefixForGlobal()
1299 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp814 } else if (GVKind.isThreadData()) { in emitGlobalVariable()