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

Declarations

include/llvm/IR/DerivedTypes.h
  263   static StructType *create(ArrayRef<Type *> Elements, StringRef Name,

References

include/llvm/IR/DerivedTypes.h
  275     return create(StructFields, Name);
lib/CodeGen/ShadowStackGCLowering.cpp
  128   StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta));
  162   return StructType::create(EltTys, ("gc_stackentry." + F.getName()).str());
  188   FrameMapTy = StructType::create(EltTys, "gc_map");
lib/Target/X86/X86WinEHState.cpp
  242       StructType::create(FieldTys, "CXXExceptionRegistration");
  265   SEHRegistrationTy = StructType::create(FieldTys, "SEHExceptionRegistration");
tools/clang/lib/CodeGen/CGBlocks.cpp
 1236     GenericBlockLiteralType = llvm::StructType::create(
tools/clang/lib/CodeGen/CGGPUBuiltin.cpp
  107     llvm::Type *AllocaTy = llvm::StructType::create(ArgTypes, "printf_args");
tools/clang/lib/CodeGen/CGObjCMac.cpp
 1996       llvm::StructType::create({
unittests/IR/AttributesTest.cpp
  176   StructType *Ty = StructType::create(Type::getInt32Ty(C), "mystruct");