Searched refs:RemapPath (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | PathMappingList.h | 64 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 D | PathMappingList.cpp | 146 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 D | Target.cpp | 2002 if (m_image_search_paths.RemapPath( in GetOrCreateModule()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 1610 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2619 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 D | CommandObjectTarget.cpp | 1260 if (target->GetImageSearchPathList().RemapPath(orig, transformed)) in DoExecute()
|