Lines Matching defs:Path
213 std::string getDarwinDWARFResourceForPath(const std::string &Path, in getDarwinDWARFResourceForPath()
224 bool checkFileCRC(StringRef Path, uint32_t CRCHash) { in checkFileCRC()
359 SmallString<128> Path{Directory}; in findDebugBinary() local
367 SmallString<128> Path = getDebugPath( in findDebugBinary() local
383 SmallString<128> Path = getDebugPath(Directory); in findDebugBinary() local
404 for (const auto &Path : Opts.DsymHints) { in lookUpDsymFile() local
408 for (const auto &Path : DsymPaths) { in lookUpDsymFile() local
427 ObjectFile *LLVMSymbolizer::lookUpDebuglinkObject(const std::string &Path, in lookUpDebuglinkObject()
447 ObjectFile *LLVMSymbolizer::lookUpBuildIDObject(const std::string &Path, in lookUpBuildIDObject()
467 LLVMSymbolizer::getOrCreateObjectPair(const std::string &Path, in getOrCreateObjectPair()
498 LLVMSymbolizer::getOrCreateObject(const std::string &Path, in getOrCreateObject()