Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DFileSpec.h398 void PrependPathComponent(llvm::StringRef component);
399 void PrependPathComponent(const FileSpec &new_path);
/openbsd/src/gnu/llvm/lldb/source/Utility/
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/src/gnu/llvm/lldb/source/Target/
DPlatform.cpp218 resolved_spec.GetFileSpec().PrependPathComponent( in GetSharedModule()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1775 dwo_file.PrependPathComponent( in GetDwoSymbolFileForCompileUnit()