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

References

tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 2089   cookie = CGF.Builder.CreateElementBitCast(cookie, CGF.SizeTy);
 2089   cookie = CGF.Builder.CreateElementBitCast(cookie, CGF.SizeTy);
 2092   CGF.Builder.CreateStore(elementSize, cookie);
 2095   cookie = CGF.Builder.CreateConstInBoundsGEP(cookie, 1);
 2095   cookie = CGF.Builder.CreateConstInBoundsGEP(cookie, 1);
 2096   CGF.Builder.CreateStore(numElements, cookie);