Home
last modified time | relevance | path

Searched refs:getTypeInfoInChars (Results 1 – 25 of 26) 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.cpp242 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
429 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
539 auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()
960 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DWebAssembly.cpp164 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
H A DARC.cpp87 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
H A DAArch64.cpp679 auto BaseTyInfo = getContext().getTypeInfoInChars(QualType(Base, 0)); in EmitAAPCSVAArg()
802 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitDarwinVAArg()
826 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()
H A DNVPTX.cpp222 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
H A DSparc.cpp295 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DMips.cpp366 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DLoongArch.cpp428 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DRISCV.cpp501 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DSystemZ.cpp263 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DX86.cpp1073 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
3141 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
3222 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()
3424 CGF.getContext().getTypeInfoInChars(Ty), in EmitVAArg()
H A DAMDGPU.cpp126 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp256 auto Info = Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp435 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()
H A DCGExprAgg.cpp2147 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
2156 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
H A DCGCUDANV.cpp460 auto TInfo = CGM.getContext().getTypeInfoInChars(A->getType()); in emitDeviceStubBodyLegacy()
H A DCGAtomic.cpp836 auto TInfo = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
H A DCGBlocks.cpp595 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
H A DCGClass.cpp802 auto FieldInfo = Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
H A DCGObjC.cpp929 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
H A DCGCall.cpp2821 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2457 TypeInfoChars getTypeInfoInChars(const Type *T) const;
2458 TypeInfoChars getTypeInfoInChars(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1909 auto TI = Context.getTypeInfoInChars(D->getType()); in LayoutField()
2709 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
H A DASTContext.cpp1777 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1798 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1813 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext
1821 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext
1822 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()
2470 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
2473 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()

12