Home
last modified time | relevance | path

Searched defs:AppendPathComponent (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBFileSpec.cpp185 void SBFileSpec::AppendPathComponent(const char *fn) { in AppendPathComponent() function in SBFileSpec
/external/llvm-project/lldb/source/Utility/
DFileSpec.cpp435 void FileSpec::AppendPathComponent(llvm::StringRef component) { in AppendPathComponent() function in FileSpec
442 void FileSpec::AppendPathComponent(const FileSpec &new_path) { in AppendPathComponent() function in FileSpec
/external/llvm-project/lldb/unittests/Utility/
DFileSpecTest.cpp82 TEST(FileSpecTest, AppendPathComponent) { in TEST() argument