Home
last modified time | relevance | path

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

/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp794 llvm::APInt allocationSize in EmitCXXNewAllocSize() local
802 sizeWithoutCookie = llvm::ConstantInt::get(CGF.SizeTy, allocationSize); in EmitCXXNewAllocSize()
804 allocationSize = allocationSize.uadd_ov(cookieSize, overflow); in EmitCXXNewAllocSize()
812 size = llvm::ConstantInt::get(CGF.SizeTy, allocationSize); in EmitCXXNewAllocSize()