Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp226 llvm::StringRef path_ref(path); in ReverseRemapPath() local
229 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
235 AppendPathComponents(fixed, path_ref, orig_style); in ReverseRemapPath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp225 llvm::StringRef path_ref(path.begin(), path.size()); in ComputePythonDirForApple() local
226 auto rbegin = llvm::sys::path::rbegin(path_ref, style); in ComputePythonDirForApple()
227 auto rend = llvm::sys::path::rend(path_ref); in ComputePythonDirForApple()
/openbsd-src/usr.sbin/bgpd/
H A Drde_rib.c656 path_ref(struct rde_aspath *asp) in path_ref() function
1617 p->aspath = path_ref(asp); in prefix_alloc()