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

Declarations

include/llvm/IR/DerivedTypes.h
  283   static StructType *get(LLVMContext &Context, bool isPacked = false);

References

tools/clang/lib/CodeGen/CGCall.cpp
 1674     return llvm::StructType::get(getLLVMContext());
tools/clang/lib/CodeGen/CGVTables.cpp
  454     Ty = llvm::StructType::get(getLLVMContext());
tools/clang/lib/CodeGen/CodeGenTypes.cpp
  333     return llvm::StructType::get(getLLVMContext());
  341     return llvm::StructType::get(getLLVMContext());
  361     ResultType = llvm::StructType::get(getLLVMContext());
tools/clang/lib/CodeGen/SwiftCallingConv.cpp
  557     auto type = llvm::StructType::get(ctx);