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

References

tools/clang/lib/CodeGen/SwiftCallingConv.cpp
  557     auto type = llvm::StructType::get(ctx);
  570       auto padding = llvm::ArrayType::get(llvm::Type::getInt8Ty(ctx),
  589   auto coercionType = llvm::StructType::get(ctx, elts, packed);
  600       unpaddedType = llvm::StructType::get(ctx, elts, /*packed*/ false);