HomeSort by relevance Sort by last modified time
    Searched refs:BinaryPath (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 25 MachODebugMapParser(StringRef BinaryPath, ArrayRef<std::string> Archs,
27 : BinaryPath(BinaryPath), Archs(Archs.begin(), Archs.end()),
34 /// \returns an error in case the provided BinaryPath doesn't exist
42 std::string BinaryPath;
66 StringRef BinaryPath);
96 StringRef BinaryPath);
147 StringRef BinaryPath) {
150 make_unique<DebugMap>(BinaryHolder::getTriple(MainBinary), BinaryPath);
202 OS << "Symbol table for: '" << BinaryPath << "' (" << Arch.data() << ")\n"
    [all...]
DebugMap.h 69 std::string BinaryPath;
80 DebugMap(const Triple &BinaryTriple, StringRef BinaryPath)
81 : BinaryTriple(BinaryTriple), BinaryPath(BinaryPath) {}
100 StringRef getBinaryPath() const { return BinaryPath; }
DebugMap.cpp 182 io.mapOptional("binary-path", DM.BinaryPath);
193 io.mapOptional("binary-path", DM->BinaryPath);

Completed in 43 milliseconds