Searched refs:StructFields (Results 1 – 1 of 1) sorted by relevance
509 SmallVector<llvm::Type*, 8> StructFields; in get() local512 StructFields.push_back(type); in get()515 return llvm::StructType::get(Ctx, StructFields); in get()550 SmallVector<llvm::Type*, 8> StructFields; in create() local553 StructFields.push_back(type); in create()556 return llvm::StructType::create(Ctx, StructFields, Name); in create()590 SmallVector<llvm::Type*, 8> StructFields; in setBody() local593 StructFields.push_back(type); in setBody()596 setBody(StructFields); in setBody()