Home
last modified time | relevance | path

Searched defs:RemapPath (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp176 bool PathMappingList::RemapPath(ConstString path, in RemapPath() function in PathMappingList
197 std::optional<FileSpec> PathMappingList::RemapPath(llvm::StringRef mapping_path, in RemapPath() function in PathMappingList
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2901 auto RemapPath = [this](StringRef Path) -> std::string { getOrCreateModuleRef() local