Home
last modified time | relevance | path

Searched defs:isThreadLocal (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h165 bool isThreadLocal() const { in isThreadLocal() function
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h135 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function