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

References

tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1499       unsigned AS = cast<llvm::PointerType>(This->getType())->getAddressSpace();
 1501                  *thisTy = This->getType();
 1502       This = CGF.Builder.CreateBitCast(This, charPtrTy);
 1502       This = CGF.Builder.CreateBitCast(This, charPtrTy);
 1504       This = CGF.Builder.CreateConstInBoundsGEP1_32(CGF.Int8Ty, This,
 1504       This = CGF.Builder.CreateConstInBoundsGEP1_32(CGF.Int8Ty, This,
 1506       This = CGF.Builder.CreateBitCast(This, thisTy, "this.adjusted");
 1506       This = CGF.Builder.CreateBitCast(This, thisTy, "this.adjusted");
 1509   setCXXABIThisValue(CGF, This);