Searched refs:RemapPath (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | PathMappingList.h | 71 bool RemapPath(ConstString path, ConstString &new_path) const; 93 std::optional<FileSpec> RemapPath(llvm::StringRef path, 95 bool RemapPath(const char *, std::string &) const = delete;
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 166 bool PathMappingList::RemapPath(ConstString path, in RemapPath() function in PathMappingList 168 if (std::optional<FileSpec> remapped = RemapPath(path.GetStringRef())) { in RemapPath() 187 std::optional<FileSpec> PathMappingList::RemapPath(llvm::StringRef mapping_path, in RemapPath() function in PathMappingList 246 if (auto remapped = RemapPath(NormalizePath(orig_spec.GetPath()), in FindFile()
|
| H A D | Target.cpp | 2135 if (m_image_search_paths.RemapPath( in GetOrCreateModule()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Module.cpp | 1605 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2756 auto RemapPath = [this](StringRef Path) -> std::string { in getOrCreateModuleRef() local 2790 TheCU->getProducer(), false, StringRef(), 0, RemapPath(PCM), in getOrCreateModuleRef() 2802 RemapPath(IncludePath)); in getOrCreateModuleRef()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 1263 if (target->GetImageSearchPathList().RemapPath(orig, transformed)) in DoExecute()
|