Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DMachODebugMapParser.cpp25 MachODebugMapParser(StringRef BinaryPath, ArrayRef<std::string> Archs, in MachODebugMapParser() argument
27 : BinaryPath(BinaryPath), Archs(Archs.begin(), Archs.end()), in MachODebugMapParser()
42 std::string BinaryPath; member in __anon27e4b71c0111::MachODebugMapParser
66 StringRef BinaryPath);
96 StringRef BinaryPath);
146 StringRef BinaryPath) { in parseOneBinary() argument
148 Result = make_unique<DebugMap>(MainBinary.getArchTriple(), BinaryPath); in parseOneBinary()
200 OS << "Symbol table for: '" << BinaryPath << "' (" << Arch.data() << ")\n"; in dumpSymTabHeader()
267 StringRef BinaryPath) { in dumpOneBinaryStab() argument
306 MainBinaryHolder.GetFilesAs<MachOObjectFile>(BinaryPath); in dumpStab()
[all …]
DDebugMap.h69 std::string BinaryPath; variable
80 DebugMap(const Triple &BinaryTriple, StringRef BinaryPath) in DebugMap() argument
81 : BinaryTriple(BinaryTriple), BinaryPath(BinaryPath) {} in DebugMap()
100 StringRef getBinaryPath() const { return BinaryPath; } in getBinaryPath()
DDebugMap.cpp185 io.mapOptional("binary-path", DM.BinaryPath); in mapping()
196 io.mapOptional("binary-path", DM->BinaryPath); in mapping()
/external/swiftshader/docs/
DdEQP.md77 Note: If you chose a Release build at step 17, modify the BinaryPath from 'Debug' to 'Release'.
204 * Just below, remove 'Debug/' from the BinaryPath.