Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprAgg.cpp256 CGF.getContext().getTypeInfoInChars(E->getType()); in EmitMoveFromReturnSlot()
1315 CGF.getContext().getTypeInfoInChars(E->getType()); in CheckAggExprForMemSetUse()
1407 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
HDCGBlocks.cpp303 llvm::tie(ptrSize, ptrAlign) = C.getTypeInfoInChars(C.VoidPtrTy); in initializeForBlockHeader()
304 llvm::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy); in initializeForBlockHeader()
364 = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
386 = CGM.getContext().getTypeInfoInChars(byRefPtrTy); in computeBlockInfo()
HDCodeGenFunction.cpp1005 = CGF.getContext().getTypeInfoInChars(baseType); in emitNonZeroVLAInit()
1063 getContext().getTypeInfoInChars(Ty); in EmitNullInitialization()
HDCGObjC.cpp626 = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
HDTargetInfo.cpp2559 CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1629 std::pair<CharUnits, CharUnits> getTypeInfoInChars(const Type *T) const;
1630 std::pair<CharUnits, CharUnits> getTypeInfoInChars(QualType T) const;
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp1363 std::pair<CharUnits, CharUnits> sizeAndAlign = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1384 Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1399 ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext
1408 ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext
1409 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()
1739 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
1742 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
HDRecordLayoutBuilder.cpp1620 Context.getTypeInfoInChars(D->getType()); in LayoutField()
2154 Context.getTypeInfoInChars(FD->getType()); in getAdjustedFieldInfo()