Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSectionXCOFF.cpp46 if (getKind().isThreadData()) { in printSwitchToSection()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h162 bool isThreadData() const { return K == ThreadData; } in isThreadData() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp639 if (Kind.isThreadData()) in getSectionPrefixForGlobal()
1333 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp807 } else if (GVKind.isThreadData()) { in emitGlobalVariable()