Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h109 const std::string &getStructName() const { return structOrBlockName; } in getStructName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h337 inline StringRef getStructName() const;
DDerivedTypes.h301 StringRef Type::getStructName() const { in getStructName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h357 inline StringRef getStructName() const;
DDerivedTypes.h362 StringRef Type::getStructName() const { in getStructName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp261 OS << GN.PTy->getStructName(); in operator <<()