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

  /external/llvm/include/llvm/MC/
SectionKind.h 89 /// BSSLocal - This is BSS (zero initialized and writable) data
91 BSSLocal,
154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
155 bool isBSSLocal() const { return K == BSSLocal; }
192 static SectionKind getBSSLocal() { return get(BSSLocal); }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 91 /// BSSLocal - This is BSS (zero initialized and writable) data
93 BSSLocal,
176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
177 bool isBSSLocal() const { return K == BSSLocal; }
226 static SectionKind getBSSLocal() { return get(BSSLocal); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 92 /// BSSLocal - This is BSS (zero initialized and writable) data
94 BSSLocal,
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
161 bool isBSSLocal() const { return K == BSSLocal; }
199 static SectionKind getBSSLocal() { return get(BSSLocal); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 92 /// BSSLocal - This is BSS (zero initialized and writable) data
94 BSSLocal,
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
161 bool isBSSLocal() const { return K == BSSLocal; }
199 static SectionKind getBSSLocal() { return get(BSSLocal); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 92 /// BSSLocal - This is BSS (zero initialized and writable) data
94 BSSLocal,
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
161 bool isBSSLocal() const { return K == BSSLocal; }
199 static SectionKind getBSSLocal() { return get(BSSLocal); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 92 /// BSSLocal - This is BSS (zero initialized and writable) data
94 BSSLocal,
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
161 bool isBSSLocal() const { return K == BSSLocal; }
199 static SectionKind getBSSLocal() { return get(BSSLocal); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 92 /// BSSLocal - This is BSS (zero initialized and writable) data
94 BSSLocal,
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
161 bool isBSSLocal() const { return K == BSSLocal; }
199 static SectionKind getBSSLocal() { return get(BSSLocal); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 92 /// BSSLocal - This is BSS (zero initialized and writable) data
94 BSSLocal,
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
161 bool isBSSLocal() const { return K == BSSLocal; }
199 static SectionKind getBSSLocal() { return get(BSSLocal); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 92 /// BSSLocal - This is BSS (zero initialized and writable) data
94 BSSLocal,
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
161 bool isBSSLocal() const { return K == BSSLocal; }
199 static SectionKind getBSSLocal() { return get(BSSLocal); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 92 /// BSSLocal - This is BSS (zero initialized and writable) data
94 BSSLocal,
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
161 bool isBSSLocal() const { return K == BSSLocal; }
199 static SectionKind getBSSLocal() { return get(BSSLocal); }

Completed in 1033 milliseconds