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

References

lib/ProfileData/InstrProf.cpp
   82   case instrprof_error::unrecognized_format:
lib/ProfileData/InstrProfReader.cpp
   82     return make_error<InstrProfError>(instrprof_error::unrecognized_format);
tools/llvm-profdata/llvm-profdata.cpp
   72       if (instrError == instrprof_error::unrecognized_format) {