Lines Matching defs:BinaryPath
30 MachODebugMapParser(BinaryHolder &BinHolder, StringRef BinaryPath,
35 : BinaryPath(std::string(BinaryPath)), Archs(Archs),
42 /// \returns an error in case the provided BinaryPath doesn't exist
52 std::string BinaryPath;
88 StringRef BinaryPath);
137 StringRef BinaryPath);
358 StringRef BinaryPath) {
359 Result = std::make_unique<DebugMap>(MainBinary.getArchTriple(), BinaryPath,
456 OS << "Symbol table for: '" << BinaryPath << "' (" << Arch.data() << ")\n";
527 StringRef BinaryPath) {
562 auto ObjectEntry = BinHolder.getObjectEntry(BinaryPath);
565 WithColor::error() << "cannot load '" << BinaryPath
573 WithColor::error() << "cannot get '" << BinaryPath
581 dumpOneBinaryStab(*Object, BinaryPath);
590 auto ObjectEntry = BinHolder.getObjectEntry(BinaryPath);
603 Results.push_back(parseOneBinary(*Object, BinaryPath));