HomeSort by relevance Sort by last modified time
    Searched defs:isThreadLocal (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
GlobalVariable.h 161 bool isThreadLocal() const { return threadLocalMode != NotThreadLocal; }
  /external/llvm/include/llvm/MC/
SectionKind.h 162 return isThreadLocal() || isGlobalWriteableData();
165 bool isThreadLocal() const {

Completed in 335 milliseconds