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

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
  847           CGF.CGM.getIntrinsic(Intrinsic::sponentry, CGF.AllocaInt8PtrTy));
  850           CGF.CGM.getIntrinsic(Intrinsic::frameaddress, CGF.AllocaInt8PtrTy),
 2578     Function *F = CGM.getIntrinsic(Intrinsic::frameaddress, AllocaInt8PtrTy);
 2660         CGM.getIntrinsic(Intrinsic::frameaddress, AllocaInt8PtrTy),
 7449         CGM.getIntrinsic(Intrinsic::addressofreturnaddress, AllocaInt8PtrTy);
 7454     llvm::Function *F = CGM.getIntrinsic(Intrinsic::sponentry, AllocaInt8PtrTy);
12301         CGM.getIntrinsic(Intrinsic::addressofreturnaddress, AllocaInt8PtrTy);
tools/clang/lib/CodeGen/CGDecl.cpp
 1295   Addr = Builder.CreateBitCast(Addr, AllocaInt8PtrTy);
 1306   Addr = Builder.CreateBitCast(Addr, AllocaInt8PtrTy);
 2311     llvm::Intrinsic::lifetime_start, AllocaInt8PtrTy);
 2320     llvm::Intrinsic::lifetime_end, AllocaInt8PtrTy);
tools/clang/lib/CodeGen/CGException.cpp
 1774         CGM.getIntrinsic(llvm::Intrinsic::frameaddress, AllocaInt8PtrTy),
tools/clang/lib/CodeGen/CodeGenModule.cpp
  124   AllocaInt8PtrTy = Int8Ty->getPointerTo(