Searched defs:isThreadLocal (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
H A DGlobalVariable.h138 bool isThreadLocal() const { return isThreadLocalSymbol; } function in class:llvm::GlobalVariable
/external/llvm/include/llvm/MC/
H A DSectionKind.h140 return isThreadLocal() || isGlobalWriteableData();
143 bool isThreadLocal() const { function in class:llvm::SectionKind
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DSectionKind.h162 return isThreadLocal() || isGlobalWriteableData();
165 bool isThreadLocal() const { function in class:llvm::SectionKind
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1720 bool isThreadLocal = false; local
1722 isThreadLocal = Record[7];
1730 isThreadLocal, AddressSpace);
1735 NewGV->setThreadLocal(isThreadLocal);

Completed in 758 milliseconds