Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp433 void FileSpec::PrependPathComponent(llvm::StringRef component) { in PrependPathComponent() function in FileSpec
443 void FileSpec::PrependPathComponent(const FileSpec &new_path) { in PrependPathComponent() function in FileSpec
/llvm-project/lldb/unittests/Utility/
H A DFileSpecTest.cpp123 TEST(FileSpecTest, PrependPathComponent) { in TEST() argument