HomeSort by relevance Sort by last modified time
    Searched refs:ThreadBSS (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/MC/
SectionKind.h 77 /// ThreadBSS - Zero-initialized TLS data objects.
78 ThreadBSS,
144 return K == ThreadData || K == ThreadBSS;
147 bool isThreadBSS() const { return K == ThreadBSS; }
189 static SectionKind getThreadBSS() { return get(ThreadBSS); }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 79 /// ThreadBSS - Zero-initialized TLS data objects.
80 ThreadBSS,
166 return K == ThreadData || K == ThreadBSS;
169 bool isThreadBSS() const { return K == ThreadBSS; }
223 static SectionKind getThreadBSS() { return get(ThreadBSS); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 80 /// ThreadBSS - Zero-initialized TLS data objects.
81 ThreadBSS,
150 return K == ThreadData || K == ThreadBSS;
153 bool isThreadBSS() const { return K == ThreadBSS; }
196 static SectionKind getThreadBSS() { return get(ThreadBSS); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 80 /// ThreadBSS - Zero-initialized TLS data objects.
81 ThreadBSS,
150 return K == ThreadData || K == ThreadBSS;
153 bool isThreadBSS() const { return K == ThreadBSS; }
196 static SectionKind getThreadBSS() { return get(ThreadBSS); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 80 /// ThreadBSS - Zero-initialized TLS data objects.
81 ThreadBSS,
150 return K == ThreadData || K == ThreadBSS;
153 bool isThreadBSS() const { return K == ThreadBSS; }
196 static SectionKind getThreadBSS() { return get(ThreadBSS); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 80 /// ThreadBSS - Zero-initialized TLS data objects.
81 ThreadBSS,
150 return K == ThreadData || K == ThreadBSS;
153 bool isThreadBSS() const { return K == ThreadBSS; }
196 static SectionKind getThreadBSS() { return get(ThreadBSS); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 80 /// ThreadBSS - Zero-initialized TLS data objects.
81 ThreadBSS,
150 return K == ThreadData || K == ThreadBSS;
153 bool isThreadBSS() const { return K == ThreadBSS; }
196 static SectionKind getThreadBSS() { return get(ThreadBSS); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 80 /// ThreadBSS - Zero-initialized TLS data objects.
81 ThreadBSS,
150 return K == ThreadData || K == ThreadBSS;
153 bool isThreadBSS() const { return K == ThreadBSS; }
196 static SectionKind getThreadBSS() { return get(ThreadBSS); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 80 /// ThreadBSS - Zero-initialized TLS data objects.
81 ThreadBSS,
150 return K == ThreadData || K == ThreadBSS;
153 bool isThreadBSS() const { return K == ThreadBSS; }
196 static SectionKind getThreadBSS() { return get(ThreadBSS); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 80 /// ThreadBSS - Zero-initialized TLS data objects.
81 ThreadBSS,
150 return K == ThreadData || K == ThreadBSS;
153 bool isThreadBSS() const { return K == ThreadBSS; }
196 static SectionKind getThreadBSS() { return get(ThreadBSS); }

Completed in 2976 milliseconds