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

/external/llvm/include/llvm/
H A DGlobalVariable.h149 bool isThreadLocal() const { return threadLocalMode != NotThreadLocal; } function in class:llvm::GlobalVariable
/external/llvm/include/llvm/MC/
H A DSectionKind.h162 return isThreadLocal() || isGlobalWriteableData();
165 bool isThreadLocal() const { function in class:llvm::SectionKind

Completed in 73 milliseconds