Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h398 void PrependPathComponent(llvm::StringRef component);
399 void PrependPathComponent(const FileSpec &new_path);
/openbsd/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp439 void FileSpec::PrependPathComponent(llvm::StringRef component) { in PrependPathComponent() function in FileSpec
449 void FileSpec::PrependPathComponent(const FileSpec &new_path) { in PrependPathComponent() function in FileSpec
450 return PrependPathComponent(new_path.GetPath(false)); in PrependPathComponent()
518 PrependPathComponent(dir); in MakeAbsolute()
/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp29 file_spec.PrependPathComponent(m_bundle_dir); in NormalizePath()
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp218 resolved_spec.GetFileSpec().PrependPathComponent( in GetSharedModule()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1775 dwo_file.PrependPathComponent( in GetDwoSymbolFileForCompileUnit()