Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h170 bool isThreadData() const { return K == ThreadData; } in isThreadData() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp235 if (Kind.isThreadData()) return ".tdata."; in getSectionPrefixForGlobal()
324 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
583 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp455 } else if (GVKind.isThreadData()) { in EmitGlobalVariable()