Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDPathMappingList.h79 bool RemapPath(ConstString path, ConstString &new_path) const;
101 std::optional<FileSpec> RemapPath(llvm::StringRef path,
103 bool RemapPath(const char *, std::string &) const = delete;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDPathMappingList.cpp176 bool PathMappingList::RemapPath(ConstString path, in RemapPath() function in PathMappingList
178 if (std::optional<FileSpec> remapped = RemapPath(path.GetStringRef())) { in RemapPath()
197 std::optional<FileSpec> PathMappingList::RemapPath(llvm::StringRef mapping_path, in RemapPath() function in PathMappingList
258 if (auto remapped = RemapPath(NormalizePath(orig_spec.GetPath()), in FindFile()
HDTarget.cpp2210 if (m_image_search_paths.RemapPath( in GetOrCreateModule()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDModule.cpp1552 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp3027 auto RemapPath = [this](StringRef Path) -> std::string { in getOrCreateModuleRef() local
3061 TheCU->getProducer(), false, StringRef(), 0, RemapPath(PCM), in getOrCreateModuleRef()
3073 RemapPath(IncludePath)); in getOrCreateModuleRef()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp1237 if (target->GetImageSearchPathList().RemapPath(orig, transformed)) in DoExecute()