Home
last modified time | relevance | path

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

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