Searched refs:symbol_files (Results 1 – 6 of 6) sorted by relevance
327 Expected<std::string> symbol_files = in Verify() local329 if (symbol_files) { in Verify()331 llvm::yaml::Input yin(*symbol_files); in Verify()344 llvm::consumeError(symbol_files.takeError()); in Verify()
452 Expected<std::string> symbol_files = in DoExecute() local454 if (!symbol_files) { in DoExecute()455 SetError(result, symbol_files.takeError()); in DoExecute()460 llvm::yaml::Input yin(*symbol_files); in DoExecute()
76 [6]: https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/symbol_files.md
24 format](symbol_files.md).
82 implementation parses the text-format [symbol file](symbol_files.md) into
138 The [symbol files](symbol_files.md) that the Breakpad processor accepts allow