Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h142 unsigned getBind() const { return (Info >> 4) & 0xf; } in getBind() function
144 bool isLocalBind() const { return getBind() == ELF::STB_LOCAL; } in isLocalBind()