Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DIRSymtab.h109 FB_global, enumerator
201 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } in isGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRSymtab.cpp217 Sym.Flags |= 1 << storage::Symbol::FB_global; in addSymbol()