Home
last modified time | relevance | path

Searched refs:RemapPath (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h78 bool RemapPath(ConstString path, ConstString &new_path) const;
100 std::optional<FileSpec> RemapPath(llvm::StringRef path,
102 bool RemapPath(const char *, std::string &) const = delete;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp204 bool PathMappingList::RemapPath(ConstString path, in RemapPath() function in PathMappingList
206 if (std::optional<FileSpec> remapped = RemapPath(path.GetStringRef())) { in RemapPath()
225 std::optional<FileSpec> PathMappingList::RemapPath(llvm::StringRef mapping_path, in RemapPath() function in PathMappingList
286 if (auto remapped = RemapPath(NormalizePath(orig_spec.GetPath()), in FindFile()
H A DTarget.cpp2339 obj_mapping.RemapPath(orig_module_spec.GetFileSpec().GetPath(), in GetOrCreateModule()
2390 if (m_image_search_paths.RemapPath( in GetOrCreateModule()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1543 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3252 auto RemapPath = [this](StringRef Path) -> std::string { in getOrCreateModuleRef() local
3286 TheCU->getProducer(), false, StringRef(), 0, RemapPath(PCM), in getOrCreateModuleRef()
3298 RemapPath(IncludePath)); in getOrCreateModuleRef()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1240 if (target.GetImageSearchPathList().RemapPath(orig, transformed)) in DoExecute()