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