Searched refs:PrependPathComponent (Results 1 – 5 of 5) sorted by relevance
383 void PrependPathComponent(llvm::StringRef component);384 void PrependPathComponent(const FileSpec &new_path);
433 void FileSpec::PrependPathComponent(llvm::StringRef component) { in PrependPathComponent() function in FileSpec443 void FileSpec::PrependPathComponent(const FileSpec &new_path) { in PrependPathComponent() function in FileSpec444 return PrependPathComponent(new_path.GetPath(false)); in PrependPathComponent()532 PrependPathComponent(dir); in MakeAbsolute()
30 file_spec.PrependPathComponent(m_bundle_dir); in NormalizePath()
181 resolved_spec.GetFileSpec().PrependPathComponent(m_sdk_sysroot);
1883 relative_to_binary.PrependPathComponent( in GetDwoSymbolFileForCompileUnit() 1970 error_dwo_path.PrependPathComponent(comp_dir); in UpdateExternalModuleListIfNeeded()