Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DSectionKind.h154 bool isThreadData() const { return K == ThreadData; } in isThreadData() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp594 if (Kind.isThreadData()) in getSectionPrefixForGlobal()
958 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp576 } else if (GVKind.isThreadData()) { in EmitGlobalVariable()