Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h64 bool RemapPath(ConstString path, ConstString &new_path) const;
86 llvm::Optional<FileSpec> RemapPath(llvm::StringRef path,
88 bool RemapPath(const char *, std::string &) const = delete;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp146 bool PathMappingList::RemapPath(ConstString path, in RemapPath() function in PathMappingList
148 if (llvm::Optional<FileSpec> remapped = RemapPath(path.GetStringRef())) { in RemapPath()
168 PathMappingList::RemapPath(llvm::StringRef mapping_path, in RemapPath() function in PathMappingList
221 if (auto remapped = RemapPath(orig_spec.GetPath(), /*only_if_exists=*/true)) in FindFile()
H A DTarget.cpp2002 if (m_image_search_paths.RemapPath( in GetOrCreateModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1610 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2619 auto RemapPath = [this](StringRef Path) -> std::string { in getOrCreateModuleRef() local
2649 TheCU->getProducer(), false, StringRef(), 0, RemapPath(PCM), in getOrCreateModuleRef()
2661 RemapPath(IncludePath)); in getOrCreateModuleRef()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1260 if (target->GetImageSearchPathList().RemapPath(orig, transformed)) in DoExecute()