Home
last modified time | relevance | path

Searched defs:setBody (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h328 setBody(Type *elt1, Tys *... elts) { in setBody() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp373 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() function in StructType
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h236 void setBody(TIntermBlock *body) { mBody = body; } in setBody() function