Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h76 size_t allocationSize, uintptr_t objAddress) in SectionEntry() argument
79 AllocationSize(allocationSize), ObjAddress(objAddress) { in SectionEntry()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp802 llvm::APInt allocationSize in EmitCXXNewAllocSize() local
810 sizeWithoutCookie = llvm::ConstantInt::get(CGF.SizeTy, allocationSize); in EmitCXXNewAllocSize()
812 allocationSize = allocationSize.uadd_ov(cookieSize, overflow); in EmitCXXNewAllocSize()
820 size = llvm::ConstantInt::get(CGF.SizeTy, allocationSize); in EmitCXXNewAllocSize()