Searched refs:StructFields (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 237 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...}); in create() 238 return create(StructFields, Name); in create() 257 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...}); in get() 258 return llvm::StructType::get(Ctx, StructFields); in get() 293 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...}); in setBody() 294 setBody(StructFields); in setBody()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1236 SmallVector<llvm::Type *, 8> StructFields( in getGenericBlockLiteralType() local 1240 StructFields.push_back(I); in getGenericBlockLiteralType() 1243 StructFields, "struct.__opencl_block_literal_generic"); in getGenericBlockLiteralType()
|