Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h151 bool isThreadLocal() const { in isThreadLocal() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h244 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function