Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp206 llvm::StringRef path_ref(path); in ReverseRemapPath() local
208 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
214 AppendPathComponents(fixed, path_ref, orig_style); in ReverseRemapPath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp368 llvm::StringRef path_ref(path.begin(), path.size()); in ComputePythonDirForApple() local
369 auto rbegin = llvm::sys::path::rbegin(path_ref, style); in ComputePythonDirForApple()
370 auto rend = llvm::sys::path::rend(path_ref); in ComputePythonDirForApple()