Home
last modified time | relevance | path

Searched refs:DebugPath (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp178 SmallString<16> DebugPath = OrigDir; in findDebugBinary() local
180 llvm::sys::path::append(DebugPath, DebuglinkName); in findDebugBinary()
181 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()
182 Result = DebugPath.str(); in findDebugBinary()
186 DebugPath = OrigRealPath; in findDebugBinary()
187 llvm::sys::path::append(DebugPath, ".debug", DebuglinkName); in findDebugBinary()
188 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()
189 Result = DebugPath.str(); in findDebugBinary()
193 DebugPath = "/usr/lib/debug"; in findDebugBinary()
194 llvm::sys::path::append(DebugPath, llvm::sys::path::relative_path(OrigDir), in findDebugBinary()
[all …]
/external/abi-compliance-checker/
Dabi-compliance-checker.pl19227 my $DebugPath = "";
19230 $DebugPath = $DEBUG_PATH{$LibVersion}."/libs/".get_filename($Lib_Path).".txt";
19231 mkpath(get_dirname($DebugPath));
19240 if($DebugPath)
19243 system($NM." >\"$DebugPath\"");
19244 open(LIB, $DebugPath);
19319 if($DebugPath)
19322 system($DumpBinCmd." >\"$DebugPath\"");
19323 open(LIB, $DebugPath);
19403 if($DebugPath)
[all …]