Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp141 Dumper->reportUniqueWarning( in getAsArrayRef()
163 Dumper->reportUniqueWarning(Msg); in getAsArrayRef()
496 reportUniqueWarning(SymTabOrErr.takeError()); in getVersionTable()
501 reportUniqueWarning(describe(Sec) + ": the number of entries (" + in getVersionTable()
526 reportUniqueWarning( in getSymtabAndStrtab()
533 reportUniqueWarning("unable to read symbols from the SHT_SYMTAB section: " + in getSymtabAndStrtab()
942 reportUniqueWarning("unable to read the name of symbol with index " + in getStaticSymbolName()
973 reportUniqueWarning(NameOrErr.takeError()); in getFullSymbolName()
981 reportUniqueWarning(SectionIndex.takeError()); in getFullSymbolName()
986 reportUniqueWarning(NameOrErr.takeError()); in getFullSymbolName()
[all …]
H A DObjDumper.cpp44 void ObjDumper::reportUniqueWarning(Error Err) const { in reportUniqueWarning() function in llvm::ObjDumper
45 reportUniqueWarning(toString(std::move(Err))); in reportUniqueWarning()
48 void ObjDumper::reportUniqueWarning(const Twine &Msg) const { in reportUniqueWarning() function in llvm::ObjDumper
64 reportUniqueWarning("offset (0x" + Twine::utohexstr(StringDataOffset) + in printAsStringList()
H A DXCOFFDumper.cpp159 reportUniqueWarning(LoaderSectionAddrOrError.takeError()); in printLoaderSection()
242 reportUniqueWarning(std::move(E)); in printLoaderSectionSymbolsHelper()
249 reportUniqueWarning(SymbolNameOrErr.takeError()); in printLoaderSectionSymbolsHelper()
385 reportUniqueWarning(SymbolNameOrErr.takeError()); in printLoaderSectionRelocationEntriesHelper()
421 reportUniqueWarning(std::move(E)); in printExceptionSectionEntry()
435 reportUniqueWarning(std::move(E)); in printExceptionSectionEntries()
465 reportUniqueWarning(std::move(E)); in printRelocation()
499 reportUniqueWarning(std::move(E)); in printRelocations()
794 reportUniqueWarning("the " + in printSymbol()
860 reportUniqueWarning(ErrOrCsectAuxRef.takeError()); in printSymbol()
[all …]
H A DObjDumper.h187 void reportUniqueWarning(Error Err) const;
188 void reportUniqueWarning(const Twine &Msg) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h87 void reportUniqueWarning(Error Err);
88 void reportUniqueWarning(const Twine &Msg);
H A DXCOFFDump.cpp139 reportUniqueWarning(Twine("only partial field for ") + PartialFieldName + in checkAndPrintAuxHeaderParseError()
271 reportUniqueWarning(LoaderSectionAddrOrError.takeError()); in printLoaderSectionHeader()
H A DELFDump.cpp415 this->reportUniqueWarning(V.takeError()); in printSymbolVersion()
H A Dllvm-objdump.cpp369 void Dumper::reportUniqueWarning(Error Err) { in reportUniqueWarning() function in Dumper
370 reportUniqueWarning(toString(std::move(Err))); in reportUniqueWarning()
373 void Dumper::reportUniqueWarning(const Twine &Msg) { in reportUniqueWarning() function in Dumper
2767 reportUniqueWarning(Err); in printRelocations()
2780 reportUniqueWarning(std::move(E)); in printRelocations()
2954 reportUniqueWarning(AddrOrErr.takeError()); in printSymbol()