Searched refs:NormalizePath (Results 1 – 3 of 3) sorted by relevance
34 std::string NormalizePath(llvm::StringRef path) { in NormalizePath() function64 m_pairs.emplace_back(pair(NormalizePath(path), NormalizePath(replacement))); in Append()82 auto normalized_path = NormalizePath(path); in AppendUnique()83 auto normalized_replacement = NormalizePath(replacement); in AppendUnique()101 m_pairs.emplace(insert_iter, pair(NormalizePath(path), in Insert()102 NormalizePath(replacement))); in Insert()112 m_pairs[index] = pair(NormalizePath(path), NormalizePath(replacement)); in Replace()246 if (auto remapped = RemapPath(NormalizePath(orig_spec.GetPath()), in FindFile()315 const ConstString path = ConstString(NormalizePath(orig_path)); in FindIndexForPath()
26 FileSpec TraceIntelPTBundleLoader::NormalizePath(const std::string &path) { in NormalizePath() function in TraceIntelPTBundleLoader396 module.system_path = NormalizePath(module.system_path).GetPath(); in NormalizeAllPaths()398 module.file = NormalizePath(*module.file).GetPath(); in NormalizeAllPaths()402 thread.ipt_trace = NormalizePath(*thread.ipt_trace).GetPath(); in NormalizeAllPaths()409 NormalizePath(cpu.context_switch_trace).GetPath(); in NormalizeAllPaths()410 cpu.ipt_trace = NormalizePath(cpu.ipt_trace).GetPath(); in NormalizeAllPaths()415 NormalizePath(bundle_description.kernel->file).GetPath(); in NormalizeAllPaths()
57 FileSpec NormalizePath(const std::string &path);