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

References

lib/CodeGen/SjLjEHPrepare.cpp
   89   FunctionContextTy = StructType::get(VoidPtrTy,         // __prev
lib/CodeGen/WasmEHPrepare.cpp
  144   LPadContextTy = StructType::get(IRB.getInt32Ty(),   // lpad_index
lib/IR/AutoUpgrade.cpp
  851   auto EltTy = StructType::get(STy->getElementType(0), STy->getElementType(1),
lib/IR/Constants.cpp
 1940   Type *AligningTy = StructType::get(Type::getInt1Ty(Ty->getContext()), Ty);
lib/IR/Instructions.cpp
 1474           StructType::get(Cmp->getType(), Type::getInt1Ty(Cmp->getContext())),
 1486           StructType::get(Cmp->getType(), Type::getInt1Ty(Cmp->getContext())),
lib/Target/AArch64/AArch64ISelLowering.cpp
 2589   StructType *RetTy = StructType::get(ArgTy, ArgTy);
lib/Target/AArch64/AArch64StackTagging.cpp
  480   Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType);
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
  144   ReturnStruct = StructType::get(Boolean, IntMask);
lib/Target/ARM/ARMISelLowering.cpp
 8740   Type *RetTy = StructType::get(ArgTy, ArgTy);
16001   Type *RetTy = StructType::get(Ty, Ty);
lib/Target/AVR/AVRISelLowering.cpp
  383   Type *RetTy = (Type *)StructType::get(Ty, Ty);
lib/Target/X86/X86ISelLowering.cpp
27310   Type *RetTy = isF64 ? (Type *)StructType::get(ArgTy, ArgTy)
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2130   StructType *LivenessTy = StructType::get(IntptrTy, IntptrTy);
 2242       StructType::get(IntptrTy, IntptrTy, IntptrTy, IntptrTy, IntptrTy,
 2281     StructType *NewTy = StructType::get(Ty, RightRedZoneTy);
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  492     RetType = StructType::get(RetType, ShadowTy);
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
 1195       Type *TypeWithPadding = StructType::get(
 1286   auto *DescriptorTy = StructType::get(Int32Ty, Int32Ty);
 1366   auto *NoteTy = StructType::get(Int32Ty, Int32Ty, Int32Ty, Name->getType(),
lib/Transforms/Instrumentation/MemorySanitizer.cpp
  709   MsanContextStateTy = StructType::get(
  719   Type *RetTy = StructType::get(PointerType::get(IRB.getInt8Ty(), 0),
lib/Transforms/Utils/EscapeEnumerator.cpp
   69   Type *ExnTy = StructType::get(Type::getInt8PtrTy(C), Type::getInt32Ty(C));
lib/Transforms/Utils/ModuleUtils.cpp
   30   StructType *EltTy = StructType::get(
lib/Transforms/Utils/SimplifyLibCalls.cpp
 2085                 : static_cast<Type *>(StructType::get(ArgTy, ArgTy));
 2088     ResTy = StructType::get(ArgTy, ArgTy);
tools/bugpoint/ExtractFunction.cpp
  233   StructType *STy = StructType::get(Int32Ty, TorList[0].first->getType());
tools/clang/lib/CodeGen/CGBuiltin.cpp
 6215     llvm::Type *STy = llvm::StructType::get(Int32Ty, Int32Ty);
 7204     llvm::Type *STy = llvm::StructType::get(Int64Ty, Int64Ty);
10032   llvm::Type *STy = llvm::StructType::get(Int32Ty, Int32Ty, Int32Ty,
10105     llvm::Type *STy = llvm::StructType::get(Int32Ty, Int32Ty, Int32Ty,
tools/clang/lib/CodeGen/CGCUDANV.cpp
  510       llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy);
tools/clang/lib/CodeGen/CGCleanup.cpp
   53         llvm::StructType::get(V.first->getType(), V.second->getType());
tools/clang/lib/CodeGen/CGException.cpp
  778       Builder.CreateLandingPad(llvm::StructType::get(Int8PtrTy, Int32Ty), 0);
 1474       Builder.CreateLandingPad(llvm::StructType::get(Int8PtrTy, Int32Ty), 0);
 1586   llvm::Type *LPadType = llvm::StructType::get(Exn->getType(), Sel->getType());
 1955   llvm::Type *PtrsTy = llvm::StructType::get(RecordTy, CGM.VoidPtrTy);
tools/clang/lib/CodeGen/CGExpr.cpp
 3226       llvm::StructType::get(VoidPtrTy, Int32Ty, Int32Ty);
 3228       llvm::StructType::get(Int8Ty, SourceLocationTy, VoidPtrTy);
tools/clang/lib/CodeGen/CGExprConstant.cpp
 2035         llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType());
 2058         llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType());
tools/clang/lib/CodeGen/CGObjCGNU.cpp
  811           llvm::StructType::get(PtrTy, PtrTy, PtrTy, IntTy, IMPTy);
 1812       llvm::StructType *ObjCIvarTy = llvm::StructType::get(
 2175   ProtocolTy = llvm::StructType::get(IdTy,
 2201   ObjCSuperTy = llvm::StructType::get(IdTy, IdTy);
 2571     llvm::Type *CastTy = llvm::StructType::get(IdTy, IdTy);
 2582       llvm::StructType::get(Receiver->getType(), IdTy);
 2852       llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, IntTy);
 2893   llvm::StructType *ClassTy = llvm::StructType::get(
tools/clang/lib/CodeGen/CGObjCMac.cpp
  106         llvm::StructType::get(longDoubleType, longDoubleType);
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1159   llvm::StructType *CtorStructTy = llvm::StructType::get(
tools/clang/lib/CodeGen/CodeGenTypes.cpp
  545     ResultType = llvm::StructType::get(EltTy, EltTy);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
  552   return llvm::StructType::get(CGM.PtrDiffTy, CGM.PtrDiffTy);
tools/clang/lib/CodeGen/TargetInfo.cpp
 3280   llvm::StructType *Result = llvm::StructType::get(Lo, Hi);
 3354     ResType = llvm::StructType::get(llvm::Type::getX86_FP80Ty(getVMContext()),
 3863                          : llvm::StructType::get(CGF.DoubleTy, CGF.DoubleTy);
 4842         CoerceTy = llvm::StructType::get(CoerceTy, CoerceTy);
tools/polly/lib/CodeGen/PerfMonitor.cpp
   47   StructType *ST = StructType::get(Builder.getInt32Ty(), Fn->getType(),
unittests/ExecutionEngine/Orc/OrcTestCommon.h
  188   return StructType::get(ArrayType::get(Type::getInt32Ty(Context), 256));