Home
last modified time | relevance | path

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

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