Home
last modified time | relevance | path

Searched refs:BSSExtern (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DSectionKind.h94 BSSExtern, enumerator
154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS()
156 bool isBSSExtern() const { return K == BSSExtern; } in isBSSExtern()
193 static SectionKind getBSSExtern() { return get(BSSExtern); } in getBSSExtern()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h96 BSSExtern, enumerator
176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS()
178 bool isBSSExtern() const { return K == BSSExtern; } in isBSSExtern()
227 static SectionKind getBSSExtern() { return get(BSSExtern); } in getBSSExtern()