Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DPathMappingList.cpp142 bool PathMappingList::RemapPath(ConstString path, in RemapPath() function in PathMappingList
164 PathMappingList::RemapPath(llvm::StringRef mapping_path, in RemapPath() function in PathMappingList
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2746 auto RemapPath = [this](StringRef Path) -> std::string { in getOrCreateModuleRef() local