Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DIRSymtab.h100 FB_visibility, // 2 bits enumerator
101 FB_has_uncommon = FB_visibility + 2,
187 return GlobalValue::VisibilityTypes((Flags >> S::FB_visibility) & 3); in getVisibility()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRSymtab.cpp249 Sym.Flags |= unsigned(GV->getVisibility()) << storage::Symbol::FB_visibility; in addSymbol()