Lines Matching defs:Path
303 std::string getDarwinDWARFResourceForPath(const std::string &Path, in getDarwinDWARFResourceForPath()
314 bool checkFileCRC(StringRef Path, uint32_t CRCHash) { in checkFileCRC()
374 for (const auto &Path : Opts.DsymHints) { in lookUpDsymFile() local
378 for (const auto &Path : DsymPaths) { in lookUpDsymFile() local
397 ObjectFile *LLVMSymbolizer::lookUpDebuglinkObject(const std::string &Path, in lookUpDebuglinkObject()
416 ObjectFile *LLVMSymbolizer::lookUpBuildIDObject(const std::string &Path, in lookUpBuildIDObject()
492 if (std::optional<std::string> Path = BIDFetcher->fetch(BuildID)) { in getOrFindDebugBinary() local
503 std::string LLVMSymbolizer::lookUpGsymFile(const std::string &Path) { in lookUpGsymFile()
532 LLVMSymbolizer::getOrCreateObjectPair(const std::string &Path, in getOrCreateObjectPair()
570 LLVMSymbolizer::getOrCreateObject(const std::string &Path, in getOrCreateObject()
757 std::string Path; in getOrCreateModuleInfo() local