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

References

tools/llvm-profdata/llvm-profdata.cpp
  226   std::unique_lock<std::mutex> CtxGuard{WC->Lock};
  238       WC->Errors.emplace_back(make_error<InstrProfError>(IPE), Filename);
  245   if (WC->Writer.setIsIRLevelProfile(IsIRProfile, HasCSIRProfile)) {
  246     WC->Errors.emplace_back(
  259     WC->Writer.addRecord(std::move(I), Input.Weight, [&](Error E) {
  267       std::unique_lock<std::mutex> ErrGuard{WC->ErrLock};
  268       bool firstTime = WC->WriterErrorCodes.insert(IPE).second;
  275       WC->Errors.emplace_back(std::move(E), Filename);