Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp137 std::string ErrWhence; member
143 : Lock(), Writer(IsSparse), Err(Error::success()), ErrWhence(""), in WriterContext()
174 WC->ErrWhence = Input.Filename; in loadInput()
306 exitWithError(std::move(WC->Err), WC->ErrWhence); in mergeInstrProfile()
310 exitWithError(make_error<InstrProfError>(IPE), WC->ErrWhence); in mergeInstrProfile()
313 WC->ErrWhence); in mergeInstrProfile()