Home
last modified time | relevance | path

Searched refs:path_ref (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDPathMappingList.cpp189 llvm::StringRef path_ref(path); in ReverseRemapPath() local
191 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
194 fixed.AppendPathComponent(path_ref); in ReverseRemapPath()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPython.cpp337 llvm::StringRef path_ref(path.begin(), path.size()); in ComputePythonDirForApple() local
338 auto rbegin = llvm::sys::path::rbegin(path_ref, style); in ComputePythonDirForApple()
339 auto rend = llvm::sys::path::rend(path_ref); in ComputePythonDirForApple()