Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalVariable.h138 bool isThreadLocal() const { return isThreadLocalSymbol; } in isThreadLocal() function
/external/llvm/include/llvm/MC/
DSectionKind.h143 bool isThreadLocal() const { in isThreadLocal() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h149 bool isThreadLocal() const { in isThreadLocal() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h165 bool isThreadLocal() const { in isThreadLocal() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h225 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
/external/llvm/include/llvm/IR/
DGlobalValue.h208 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalValue.h246 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1720 bool isThreadLocal = false; in ParseModule() local