Home
last modified time | relevance | path

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

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