Home
last modified time | relevance | path

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

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