Home
last modified time | relevance | path

Searched refs:BSSLocal (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h94 BSSLocal, enumerator
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS()
161 bool isBSSLocal() const { return K == BSSLocal; } in isBSSLocal()
199 static SectionKind getBSSLocal() { return get(BSSLocal); } in getBSSLocal()
/external/llvm/include/llvm/MC/
DSectionKind.h91 BSSLocal, enumerator
154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS()
155 bool isBSSLocal() const { return K == BSSLocal; } in isBSSLocal()
192 static SectionKind getBSSLocal() { return get(BSSLocal); } in getBSSLocal()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h93 BSSLocal, enumerator
176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS()
177 bool isBSSLocal() const { return K == BSSLocal; } in isBSSLocal()
226 static SectionKind getBSSLocal() { return get(BSSLocal); } in getBSSLocal()