Searched refs:allocationSize (Results 1 – 2 of 2) sorted by relevance
75 size_t allocationSize, uintptr_t objAddress) in SectionEntry() argument78 AllocationSize(allocationSize), ObjAddress(objAddress) { in SectionEntry()
790 llvm::APInt allocationSize in EmitCXXNewAllocSize() local798 sizeWithoutCookie = llvm::ConstantInt::get(CGF.SizeTy, allocationSize); in EmitCXXNewAllocSize()800 allocationSize = allocationSize.uadd_ov(cookieSize, overflow); in EmitCXXNewAllocSize()808 size = llvm::ConstantInt::get(CGF.SizeTy, allocationSize); in EmitCXXNewAllocSize()