Searched refs:PrependPathComponent (Results 1 – 5 of 5) sorted by relevance
398 void PrependPathComponent(llvm::StringRef component);399 void PrependPathComponent(const FileSpec &new_path);
439 void FileSpec::PrependPathComponent(llvm::StringRef component) { in PrependPathComponent() function in FileSpec449 void FileSpec::PrependPathComponent(const FileSpec &new_path) { in PrependPathComponent() function in FileSpec450 return PrependPathComponent(new_path.GetPath(false)); in PrependPathComponent()518 PrependPathComponent(dir); in MakeAbsolute()
29 file_spec.PrependPathComponent(m_bundle_dir); in NormalizePath()
218 resolved_spec.GetFileSpec().PrependPathComponent( in GetSharedModule()
1775 dwo_file.PrependPathComponent( in GetDwoSymbolFileForCompileUnit()