Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprAgg.cpp256 CGF.getContext().getTypeInfoInChars(E->getType()); in EmitMoveFromReturnSlot()
1315 CGF.getContext().getTypeInfoInChars(E->getType()); in CheckAggExprForMemSetUse()
1407 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
DCGBlocks.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()
DCodeGenFunction.cpp1005 = CGF.getContext().getTypeInfoInChars(baseType); in emitNonZeroVLAInit()
1063 getContext().getTypeInfoInChars(Ty); in EmitNullInitialization()
DCGObjC.cpp626 = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
DTargetInfo.cpp2559 CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h1629 std::pair<CharUnits, CharUnits> getTypeInfoInChars(const Type *T) const;
1630 std::pair<CharUnits, CharUnits> getTypeInfoInChars(QualType T) const;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.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()
DRecordLayoutBuilder.cpp1620 Context.getTypeInfoInChars(D->getType()); in LayoutField()
2154 Context.getTypeInfoInChars(FD->getType()); in getAdjustedFieldInfo()