Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DItaniumCXXABI.cpp1151 return std::max(CharUnits::fromQuantity(CGM.SizeSizeInBytes), in getArrayCookieSizeImpl()
1198 cookieSize - CharUnits::fromQuantity(CGF.SizeSizeInBytes); in readArrayCookieImpl()
1219 return std::max(CharUnits::fromQuantity(2 * CGM.SizeSizeInBytes), in getArrayCookieSizeImpl()
1259 = CGF.Builder.CreateConstInBoundsGEP1_64(allocPtr, CGF.SizeSizeInBytes); in readArrayCookieImpl()
DCodeGenModule.h147 unsigned char SizeSizeInBytes; // sizeof(size_t) member