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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 4184     auto TI = getContext().getTypeInfoInChars(Ty);
 4185     TI.second = getParamTypeAlignment(Ty);
 4188     return emitVoidPtrVAArg(CGF, VAList, Ty,
 4189                             classifyArgumentType(Ty).isIndirect(), TI, SlotSize,
 4194   if (const ComplexType *CTy = Ty->getAs<ComplexType>()) {
 4208   bool isI64 = Ty->isIntegerType() && getContext().getTypeSize(Ty) == 64;
 4208   bool isI64 = Ty->isIntegerType() && getContext().getTypeSize(Ty) == 64;
 4210       Ty->isIntegerType() || Ty->isPointerType() || Ty->isAggregateType();
 4210       Ty->isIntegerType() || Ty->isPointerType() || Ty->isAggregateType();
 4210       Ty->isIntegerType() || Ty->isPointerType() || Ty->isAggregateType();
 4211   bool isF64 = Ty->isFloatingType() && getContext().getTypeSize(Ty) == 64;
 4211   bool isF64 = Ty->isFloatingType() && getContext().getTypeSize(Ty) == 64;
 4215   bool isIndirect = Ty->isAggregateType();
 4244   llvm::Type *DirectTy = CGF.ConvertType(Ty);
 4294       auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty);
 4304     CharUnits Align = CGF.getContext().getTypeAlignInChars(Ty);
 4328                      getContext().getTypeAlignInChars(Ty));