Home
last modified time | relevance | path

Searched refs:PrependPathComponent (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DFileSpecTest.cpp123 TEST(FileSpecTest, PrependPathComponent) { in TEST() argument
125 fs_posix.PrependPathComponent("/bar"); in TEST()
129 fs_posix_2.PrependPathComponent("/baz"); in TEST()
133 fs_windows.PrependPathComponent("F:\\bar"); in TEST()
137 fs_posix_root.PrependPathComponent("/"); in TEST()
141 fs_windows_root.PrependPathComponent("F:\\"); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFileSpec.h383 void PrependPathComponent(llvm::StringRef component);
384 void PrependPathComponent(const FileSpec &new_path);
/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
431 return PrependPathComponent(new_path.GetPath(false)); in PrependPathComponent()
495 PrependPathComponent(dir); in MakeAbsolute()
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp28 file_spec.PrependPathComponent(m_bundle_dir); in NormalizePath()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp217 resolved_spec.GetFileSpec().PrependPathComponent( in GetSharedModule()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1741 dwo_file.PrependPathComponent( in GetDwoSymbolFileForCompileUnit()