Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp56 if (getKind().isThreadData()) { in printSwitchToSection()
/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h162 bool isThreadData() const { return K == ThreadData; } in isThreadData() function
/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp638 if (Kind.isThreadData()) in getELFSectionNameForGlobal()
1377 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp856 } else if (GVKind.isThreadData()) { in emitGlobalVariable()