Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp234 llvm::StringRef parent_path = llvm::sys::path::parent_path(raw_path); in ComputePathRelativeToLibrary() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp468 StringRef parent_path(StringRef path, Style style) { in parent_path() function