Searched refs:BinaryPath (Results 1 – 4 of 4) sorted by relevance
/external/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 25 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 …]
|
D | DebugMap.h | 69 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()
|
D | DebugMap.cpp | 185 io.mapOptional("binary-path", DM.BinaryPath); in mapping() 196 io.mapOptional("binary-path", DM->BinaryPath); in mapping()
|
/external/swiftshader/docs/ |
D | dEQP.md | 77 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.
|