reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/DerivedTypes.h
  266   static StructType *create(LLVMContext &Context, ArrayRef<Type *> Elements,

References

lib/IR/Type.cpp
  460   return create(Context, Elements, StringRef());
  471   return create(Elements[0]->getContext(), Elements, Name, isPacked);
  477   return create(Elements[0]->getContext(), Elements, StringRef());
lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
  355   StructType *NewRetTy = StructType::create(Ctx, ReturnTypes, F.getName());
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  745       BaseTy = llvm::StructType::create(
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
  457         llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, TDTypeName);
  479     BaseClassDescriptorType = llvm::StructType::create(
  692     CatchableTypeType = llvm::StructType::create(
  712         llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, CTATypeName);
  725     ThrowInfoType = llvm::StructType::create(CGM.getLLVMContext(), FieldTypes,
tools/polly/lib/CodeGen/LoopGeneratorsKMP.cpp
  462           StructType::create(M->getContext(), LocMembers, StructName, false);