Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DSectionKind.h149 bool isThreadLocal() const { in isThreadLocal() function
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DGlobalValue.h247 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function