HomeSort by relevance Sort by last modified time
    Searched refs:cookieSize (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CGCXXABI.cpp 236 llvm::Value *&allocPtr, CharUnits &cookieSize) {
244 cookieSize = CharUnits::Zero();
248 cookieSize = getArrayCookieSizeImpl(eltTy);
250 CGF.Builder.CreateConstInBoundsByteGEP(ptr, -cookieSize);
252 numElements = readArrayCookieImpl(CGF, allocAddr, cookieSize);
257 CharUnits cookieSize) {
CGExprCXX.cpp 565 llvm::APInt cookieSize(sizeWidth,
641 if (cookieSize != 0) {
646 allocationSize = allocationSize.uadd_ov(cookieSize, overflow);
669 // size := sizeWithoutCookie + cookieSize
770 if (cookieSize != 0) {
776 llvm::Value *cookieSizeV = llvm::ConstantInt::get(CGF.SizeTy, cookieSize);
798 if (cookieSize == 0)
    [all...]
CGCXXABI.h 492 /// \param CookieSize - an out parameter which will be initialized
497 llvm::Value *&AllocPtr, CharUnits &CookieSize);
512 /// \param cookieSize - the computed cookie size of an array
518 CharUnits cookieSize);
ItaniumCXXABI.cpp 310 CharUnits cookieSize) override;
423 CharUnits cookieSize) override;
    [all...]
MicrosoftCXXABI.cpp 428 CharUnits cookieSize) override;
    [all...]

Completed in 172 milliseconds