Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h385 void PrependPathComponent(llvm::StringRef component);
386 void PrependPathComponent(const FileSpec &new_path);
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A 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
432 return PrependPathComponent(new_path.GetPath(false)); in PrependPathComponent()
496 PrependPathComponent(dir); in MakeAbsolute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.cpp25 file_spec.PrependPathComponent(m_session_file_dir); in NormalizePath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp238 resolved_spec.GetFileSpec().PrependPathComponent( in GetSharedModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1657 dwo_file.PrependPathComponent( in GetDwoSymbolFileForCompileUnit()