Lines Matching defs:GSYMPath
671 StringRef AddrStr, GSYMPath;
672 std::tie(AddrStr, GSYMPath) =
675 if (GSYMPath != CurrentGSYMPath) {
676 CurrentGsym = GsymReader::openFile(GSYMPath);
678 error(GSYMPath, CurrentGsym->takeError());
679 CurrentGSYMPath = GSYMPath;
699 for (const auto &GSYMPath : InputFilenames) {
700 auto Gsym = GsymReader::openFile(GSYMPath);
702 error(GSYMPath, Gsym.takeError());
710 OS << "Looking up addresses in \"" << GSYMPath << "\":\n";