HomeSort by relevance Sort by last modified time
    Searched refs:FB_visibility (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
IRSymtab.h 100 FB_visibility, // 2 bits
101 FB_has_uncommon = FB_visibility + 2,
187 return GlobalValue::VisibilityTypes((Flags >> S::FB_visibility) & 3);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
IRSymtab.cpp 249 Sym.Flags |= unsigned(GV->getVisibility()) << storage::Symbol::FB_visibility;

Completed in 372 milliseconds