Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DFileSpec.h458 void PrependPathComponent(llvm::StringRef component);
459 void PrependPathComponent(const FileSpec &new_path);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp485 void FileSpec::PrependPathComponent(llvm::StringRef component) { in PrependPathComponent() function in FileSpec
495 void FileSpec::PrependPathComponent(const FileSpec &new_path) { in PrependPathComponent() function in FileSpec
496 return PrependPathComponent(new_path.GetPath(false)); in PrependPathComponent()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp958 file.PrependPathComponent(include_directories[dir_idx]); in GetFile()
965 file.PrependPathComponent(comp_dir); in GetFile()
H A DSymbolFileDWARF.cpp822 cu_file_spec.PrependPathComponent(resolveCompDir(cu_comp_dir)); in ParseCompileUnit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp234 resolved_spec.GetFileSpec().PrependPathComponent( in GetSharedModule()