Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h77 size_t allocationSize, uintptr_t objAddress) in SectionEntry() argument
80 AllocationSize(allocationSize), ObjAddress(objAddress) { in SectionEntry()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp772 llvm::APInt allocationSize in EmitCXXNewAllocSize() local
780 sizeWithoutCookie = llvm::ConstantInt::get(CGF.SizeTy, allocationSize); in EmitCXXNewAllocSize()
782 allocationSize = allocationSize.uadd_ov(cookieSize, overflow); in EmitCXXNewAllocSize()
790 size = llvm::ConstantInt::get(CGF.SizeTy, allocationSize); in EmitCXXNewAllocSize()