Home
last modified time | relevance | path

Searched refs:reportUniqueWarning (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp132 Dumper->reportUniqueWarning( in getAsArrayRef()
154 Dumper->reportUniqueWarning(Msg); in getAsArrayRef()
454 reportUniqueWarning(SymTabOrErr.takeError()); in getVersionTable()
459 reportUniqueWarning(describe(Sec) + ": the number of entries (" + in getVersionTable()
490 reportUniqueWarning( in printSymbolsHelper()
497 reportUniqueWarning( in printSymbolsHelper()
826 reportUniqueWarning("unable to read the name of symbol with index " + in getStaticSymbolName()
859 reportUniqueWarning(NameOrErr.takeError()); in getFullSymbolName()
867 reportUniqueWarning(SectionIndex.takeError()); in getFullSymbolName()
872 reportUniqueWarning(NameOrErr.takeError()); in getFullSymbolName()
[all …]
H A DObjDumper.cpp41 void ObjDumper::reportUniqueWarning(Error Err) const { in reportUniqueWarning() function in llvm::ObjDumper
42 reportUniqueWarning(toString(std::move(Err))); in reportUniqueWarning()
45 void ObjDumper::reportUniqueWarning(const Twine &Msg) const { in reportUniqueWarning() function in llvm::ObjDumper
H A DObjDumper.h116 void reportUniqueWarning(Error Err) const;
117 void reportUniqueWarning(const Twine &Msg) const;