Searched refs:PrependPathComponent (Results 1 – 5 of 5) sorted by relevance
385 void PrependPathComponent(llvm::StringRef component);386 void PrependPathComponent(const FileSpec &new_path);
421 void FileSpec::PrependPathComponent(llvm::StringRef component) { in PrependPathComponent() function in FileSpec431 void FileSpec::PrependPathComponent(const FileSpec &new_path) { in PrependPathComponent() function in FileSpec432 return PrependPathComponent(new_path.GetPath(false)); in PrependPathComponent()496 PrependPathComponent(dir); in MakeAbsolute()
25 file_spec.PrependPathComponent(m_session_file_dir); in NormalizePath()
238 resolved_spec.GetFileSpec().PrependPathComponent( in GetSharedModule()
1657 dwo_file.PrependPathComponent( in GetDwoSymbolFileForCompileUnit()