Home
last modified time | relevance | path

Searched refs:getTypeInfoInChars (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DCSKY.cpp68 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DPPC.cpp246 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
433 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
543 auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()
971 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DARC.cpp90 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
H A DWebAssembly.cpp165 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
H A DSparc.cpp314 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DAArch64.cpp1012 auto BaseTyInfo = getContext().getTypeInfoInChars(QualType(Base, 0)); in EmitAAPCSVAArg()
1135 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitDarwinVAArg()
1159 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()
H A DNVPTX.cpp237 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
H A DMips.cpp385 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DLoongArch.cpp432 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DSystemZ.cpp275 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DX86.cpp1072 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
3154 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
3275 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()
3494 CGF.getContext().getTypeInfoInChars(Ty), in EmitVAArg()
H A DRISCV.cpp759 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DAMDGPU.cpp138 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp254 auto Info = Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp429 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()
H A DCGExprAgg.cpp2340 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
2349 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
H A DCGCUDANV.cpp522 auto TInfo = CGM.getContext().getTypeInfoInChars(A->getType()); in emitDeviceStubBodyLegacy()
H A DCGAtomic.cpp875 auto TInfo = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
H A DCGClass.cpp798 auto FieldInfo = Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
H A DCGBlocks.cpp594 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
H A DCGObjC.cpp929 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
H A DCGCall.cpp2961 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2639 TypeInfoChars getTypeInfoInChars(const Type *T) const;
2640 TypeInfoChars getTypeInfoInChars(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1902 auto TI = Context.getTypeInfoInChars(D->getType()); in LayoutField()
2700 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
H A DASTContext.cpp1931 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1952 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1967 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext
1975 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext
1976 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()
2653 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
2656 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()

12