Home
last modified time | relevance | path

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

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