Lines Matching refs:make_error
56 return make_error<InstrProfError>(instrprof_error::bad_magic); in checkBuffer()
59 return make_error<InstrProfError>(instrprof_error::empty_raw_profile); in checkBuffer()
62 return make_error<InstrProfError>(instrprof_error::truncated); in checkBuffer()
72 return make_error<InstrProfError>(instrprof_error::unsupported_version); in checkBuffer()
80 return make_error<InstrProfError>(instrprof_error::malformed); in checkBuffer()
213 make_error<StringError>(ErrorMessage, inconvertibleErrorCode()), in create()
289 return report(make_error<StringError>(Twine("Not an ELF file: "), in initialize()
302 make_error<StringError>(Twine("Could not read program headers: "), in initialize()
314 make_error<StringError>( in initialize()
334 return report(make_error<StringError>(Twine("Unsupported target: ") + in initialize()
370 return make_error<StringError>(Twine("No build id found in binary ") + in setupForSymbolization()
381 return make_error<StringError>( in setupForSymbolization()
412 return make_error<InstrProfError>( in mapRawProfileToRecords()
551 return make_error<InstrProfError>( in symbolizeAndFilterStackFrames()
603 return make_error<InstrProfError>( in readRawProfile()
627 return make_error<InstrProfError>( in readRawProfile()