Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h383 void PrependPathComponent(llvm::StringRef component);
384 void PrependPathComponent(const FileSpec &new_path);
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp433 void FileSpec::PrependPathComponent(llvm::StringRef component) { in PrependPathComponent() function in FileSpec
443 void FileSpec::PrependPathComponent(const FileSpec &new_path) { in PrependPathComponent() function in FileSpec
444 return PrependPathComponent(new_path.GetPath(false)); in PrependPathComponent()
532 PrependPathComponent(dir); in MakeAbsolute()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp30 file_spec.PrependPathComponent(m_bundle_dir); in NormalizePath()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp181 resolved_spec.GetFileSpec().PrependPathComponent(m_sdk_sysroot);
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1883 relative_to_binary.PrependPathComponent( in GetDwoSymbolFileForCompileUnit()
1970 error_dwo_path.PrependPathComponent(comp_dir); in UpdateExternalModuleListIfNeeded()