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

Declarations

include/llvm/IR/DerivedTypes.h
  265   static StructType *create(ArrayRef<Type *> Elements);

References

include/llvm/CodeGen/BasicTTIImpl.h
 1329       Type *OpTy = StructType::create({RetTy, CondTy});
 1349       Type *OpTy = StructType::create({RetTy, CondTy});
lib/CodeGen/LowerEmuTLS.cpp
  119   StructType *EmuTlsVarType = StructType::create(ElementTypeArray);
lib/Transforms/Instrumentation/GCOVProfiling.cpp
  971   StructType *StartFileCallArgsTy = StructType::create(
  973   StructType *EmitFunctionCallArgsTy = StructType::create(
  976   StructType *EmitArcsCallArgsTy = StructType::create(
  979       StructType::create({StartFileCallArgsTy, Builder.getInt32Ty(),
unittests/IR/ConstantsTest.cpp
  469   auto *S = StructType::create(EltTys);