Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6973 constexpr StringRef ErrPrefix = "unable to read the .MIPS.abiflags section: "; in getMipsAbiFlagsSection() local
6977 return createError(ErrPrefix + toString(DataOrErr.takeError())); in getMipsAbiFlagsSection()
6980 return createError(ErrPrefix + "it has a wrong size (" + in getMipsAbiFlagsSection()