Home
last modified time | relevance | path

Searched refs:allocationSize (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h75 size_t allocationSize, uintptr_t objAddress) in SectionEntry() argument
78 AllocationSize(allocationSize), ObjAddress(objAddress) { in SectionEntry()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp797 llvm::APInt allocationSize in EmitCXXNewAllocSize() local
805 sizeWithoutCookie = llvm::ConstantInt::get(CGF.SizeTy, allocationSize); in EmitCXXNewAllocSize()
807 allocationSize = allocationSize.uadd_ov(cookieSize, overflow); in EmitCXXNewAllocSize()
815 size = llvm::ConstantInt::get(CGF.SizeTy, allocationSize); in EmitCXXNewAllocSize()