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 560 llvm::APInt cookieSize(sizeWidth,
636 if (cookieSize != 0) {
641 allocationSize = allocationSize.uadd_ov(cookieSize, overflow);
664 // size := sizeWithoutCookie + cookieSize
765 if (cookieSize != 0) {
771 llvm::Value *cookieSizeV = llvm::ConstantInt::get(CGF.SizeTy, cookieSize);
793 if (cookieSize == 0)
    [all...]
CGCXXABI.h 476 /// \param CookieSize - an out parameter which will be initialized
481 llvm::Value *&AllocPtr, CharUnits &CookieSize);
496 /// \param cookieSize - the computed cookie size of an array
502 CharUnits cookieSize);
ItaniumCXXABI.cpp 318 CharUnits cookieSize) override;
431 CharUnits cookieSize) override;
    [all...]
MicrosoftCXXABI.cpp 428 CharUnits cookieSize) override;
    [all...]

Completed in 150 milliseconds