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

Overrides

include/llvm/Support/Error.h
   56   virtual std::string message() const {

Declarations

include/llvm/ProfileData/InstrProf.h
  307   std::string message() const override;

References

include/llvm/ProfileData/InstrProf.h
  309   void log(raw_ostream &OS) const override { OS << message(); }
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1169       std::string Msg = IPE.message() + std::string(" ") + F.getName().str() +
tools/llvm-profdata/llvm-profdata.cpp
   76       exitWithError(IPE.message(), Whence, Hint);
unittests/ProfileData/InstrProfTest.cpp
   29     FoundMsg = IPE.message();