reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 2003   CharUnits SizeSize = CGF.getSizeSize();
 2014     CookiePtr = CGF.Builder.CreateConstInBoundsByteGEP(CookiePtr, CookieOffset);
 2018       CGF.Builder.CreateElementBitCast(CookiePtr, CGF.SizeTy);
 2018       CGF.Builder.CreateElementBitCast(CookiePtr, CGF.SizeTy);
 2019   llvm::Instruction *SI = CGF.Builder.CreateStore(NumElements, NumElementsPtr);
 2031     CGF.Builder.CreateCall(F, NumElementsPtr.getPointer());
 2036   return CGF.Builder.CreateConstInBoundsByteGEP(NewPtr, CookieSize);