Searched refs:ErrPrefix (Results 1 – 1 of 1) sorted by relevance
6973 constexpr StringRef ErrPrefix = "unable to read the .MIPS.abiflags section: "; in getMipsAbiFlagsSection() local6977 return createError(ErrPrefix + toString(DataOrErr.takeError())); in getMipsAbiFlagsSection()6980 return createError(ErrPrefix + "it has a wrong size (" + in getMipsAbiFlagsSection()