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

Declarations

include/llvm/Remarks/RemarkFormat.h
   28 Expected<Format> parseFormat(StringRef FormatStr);

References

lib/IR/RemarkStreamer.cpp
  157   Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat);
  198   Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat);
tools/llvm-opt-report/OptReport.cpp
  157   Expected<remarks::Format> Format = remarks::parseFormat(ParserFormat);