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

References

lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  374   Int64PtrTy = PointerType::getUnqual(IRB.getInt64Ty());
  375   Int32PtrTy = PointerType::getUnqual(IRB.getInt32Ty());
  376   Int8PtrTy = PointerType::getUnqual(IRB.getInt8Ty());
  377   Int64Ty = IRB.getInt64Ty();
  378   Int32Ty = IRB.getInt32Ty();
  379   Int16Ty = IRB.getInt16Ty();
  380   Int8Ty = IRB.getInt8Ty();
  396                             IRB.getInt8Ty(), IRB.getInt8Ty());
  396                             IRB.getInt8Ty(), IRB.getInt8Ty());
  399                             IRB.getInt16Ty(), IRB.getInt16Ty());
  399                             IRB.getInt16Ty(), IRB.getInt16Ty());
  402                             IRB.getInt32Ty(), IRB.getInt32Ty());
  402                             IRB.getInt32Ty(), IRB.getInt32Ty());
  420         M.getOrInsertFunction(SanCovTraceDiv4, AL, VoidTy, IRB.getInt32Ty());
  443   EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false),