Home
last modified time | relevance | path

Searched defs:getVisibility (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSymbolELF.cpp153 unsigned MCSymbolELF::getVisibility() const { in getVisibility() function in llvm::MCSymbolELF
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h92 unsigned getVisibility() const { in getVisibility() function
DIRSymtab.h189 GlobalValue::VisibilityTypes getVisibility() const { in getVisibility() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h212 VisibilityTypes getVisibility() const { return VisibilityTypes(Visibility); } in getVisibility() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h236 VisibilityTypes getVisibility() const { return VisibilityTypes(Visibility); } in getVisibility() function
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp956 WindowVisibility CommandLine::getVisibility (void) const { return m_cmdLine.getOption<opt::Vis… in getVisibility() function in tcu::CommandLine