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

References

lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  377   Int64Ty = IRB.getInt64Ty();
  404       M.getOrInsertFunction(SanCovTraceCmp8, VoidTy, Int64Ty, Int64Ty);
  404       M.getOrInsertFunction(SanCovTraceCmp8, VoidTy, Int64Ty, Int64Ty);
  413       M.getOrInsertFunction(SanCovTraceConstCmp8, VoidTy, Int64Ty, Int64Ty);
  413       M.getOrInsertFunction(SanCovTraceConstCmp8, VoidTy, Int64Ty, Int64Ty);
  423       M.getOrInsertFunction(SanCovTraceDiv8, VoidTy, Int64Ty);
  427       M.getOrInsertFunction(SanCovTraceSwitchName, VoidTy, Int64Ty, Int64PtrTy);
  752           Int64Ty->getScalarSizeInBits())
  754       Initializers.push_back(ConstantInt::get(Int64Ty, SI->getNumCases()));
  756           ConstantInt::get(Int64Ty, Cond->getType()->getScalarSizeInBits()));
  758           Int64Ty->getScalarSizeInBits())
  759         Cond = IRB.CreateIntCast(Cond, Int64Ty, false);
  763             Int64Ty->getScalarSizeInBits())
  764           C = ConstantExpr::getCast(CastInst::ZExt, It.getCaseValue(), Int64Ty);
  772       ArrayType *ArrayOfInt64Ty = ArrayType::get(Int64Ty, Initializers.size());