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

References

lib/Transforms/Utils/SanitizerStats.cpp
   43   Function *F = B.GetInsertBlock()->getParent();
   45   PointerType *Int8PtrTy = B.getInt8PtrTy();
   46   IntegerType *IntPtrTy = B.getIntPtrTy(M->getDataLayout());
   58       FunctionType::get(B.getVoidTy(), Int8PtrTy, false);
   65           ConstantInt::get(IntPtrTy, 0), ConstantInt::get(B.getInt32Ty(), 2),
   68   B.CreateCall(StatReport, ConstantExpr::getBitCast(InitAddr, Int8PtrTy));