Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h406 std::vector<llvm::StringRef> GetComponents() const;
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp468 std::vector<llvm::StringRef> FileSpec::GetComponents() const { in GetComponents() function in FileSpec