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

References

tools/llvm-cfi-verify/llvm-cfi-verify.cpp
  216   if (IndirectCFInstructions == 0) {
  226                     IndirectCFInstructions, ExpectedProtected,
  227                     ((double)ExpectedProtected) / IndirectCFInstructions,
  229                     ((double)UnexpectedProtected) / IndirectCFInstructions,
  231                     ((double)ExpectedUnprotected) / IndirectCFInstructions,
  233                     ((double)UnexpectedUnprotected) / IndirectCFInstructions);