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

Declarations

include/llvm/IR/Constants.h
  481   static StructType *getTypeForElements(LLVMContext &Ctx,

References

include/llvm/IR/Constants.h
  473     return get(getTypeForElements(Ctx, V, Packed), V);
lib/IR/Constants.cpp
 1065   return getTypeForElements(V[0]->getContext(), V, Packed);
tools/clang/lib/CodeGen/CGExprConstant.cpp
  482   llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements(