Searched refs:setBody (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 324 void setBody(ArrayRef<Type*> Elements, bool isPacked = false); 328 setBody(Type *elt1, Tys *... elts) { in setBody() function 331 setBody(StructFields); in setBody()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | SimplifyLoopConditions.cpp | 252 node->setBody(newBody); in traverseLoop() 314 node->setBody(newBody); in traverseLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | DerivedTypes.h | 271 void setBody(ArrayRef<Type*> Elements, bool isPacked = false); 272 void setBody(Type *elt1, ...) LLVM_END_WITH_NULL;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Type.cpp | 363 ST->setBody(ETypes, isPacked); in get() 373 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() function in StructType 455 ST->setBody(Elements, isPacked); in create()
|
D | Core.cpp | 698 unwrap<StructType>(StructTy)->setBody(Tys, Packed != 0); in LLVMStructSetBody()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroEarly.cpp | 119 FrameTy->setBody({FnPtrTy, FnPtrTy}); in lowerCoroNoop()
|
D | CoroFrame.cpp | 467 FrameTy->setBody(Types); in buildFrameType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 203 StackEntryTy->setBody(EltTys); in doInitialization()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 207 DstSTy->setBody(Elements, SrcSTy->isPacked()); in linkDefinedTypeBodies() 216 DTy->setBody(ETypes, STy->isPacked()); in finishType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 218 EHLinkRegistrationTy->setBody(FieldTys, false); in getEHLinkRegistrationType()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | IntermNode.h | 236 void setBody(TIntermBlock *body) { mBody = body; } in setBody() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1869 Res->setBody(EltTys, Record[0]); in parseTypeTableBody()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2738 STy->setBody(Body, isPacked); in ParseStructDefinition()
|