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

References

lib/CodeGen/FaultMaps.cpp
  140   OS << "Version: " << format_hex(FMP.getFaultMapVersion(), 2) << "\n";
  141   OS << "NumFunctions: " << FMP.getNumFunctions() << "\n";
  143   if (FMP.getNumFunctions() == 0)
  148   for (unsigned i = 0, e = FMP.getNumFunctions(); i != e; ++i) {
  149     FI = (i == 0) ? FMP.getFirstFunctionInfo() : FI.getNextFunctionInfo();