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

References

tools/llvm-profdata/llvm-profdata.cpp
  209       WC->Errors.emplace_back(make_error<InstrProfError>(IPE), TestFilename);
  238       WC->Errors.emplace_back(make_error<InstrProfError>(IPE), Filename);
  246     WC->Errors.emplace_back(
  275       WC->Errors.emplace_back(std::move(E), Filename);
  280   for (auto &ErrorPair : Src->Errors)
  281     Dst->Errors.push_back(std::move(ErrorPair));
  282   Src->Errors.clear();
  356     for (auto &ErrorPair : WC->Errors) {