Searched refs:checkFileCRC (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp223 static bool checkFileCRC(StringRef Path, uint32_t CRCHash) { function in namespace:llvm::symbolize
245 if (checkFileCRC(DebugPath, CRCHash)) {
252 if (checkFileCRC(DebugPath, CRCHash)) {
260 if (checkFileCRC(DebugPath, CRCHash)) {

Completed in 52 milliseconds