Searched refs:PrependPathComponent (Results 1 – 6 of 6) sorted by relevance
394 void PrependPathComponent(llvm::StringRef component);395 void PrependPathComponent(const FileSpec &new_path);
440 void FileSpec::PrependPathComponent(llvm::StringRef component) { in PrependPathComponent() function in FileSpec450 void FileSpec::PrependPathComponent(const FileSpec &new_path) { in PrependPathComponent() function in FileSpec451 return PrependPathComponent(new_path.GetPath(false)); in PrependPathComponent()539 PrependPathComponent(dir); in MakeAbsolute()
160 file_spec.PrependPathComponent(llvm::StringRef(buf)); in LocateExecutableSymbolFile()
30 file_spec.PrependPathComponent(m_bundle_dir); in NormalizePath()
181 resolved_spec.GetFileSpec().PrependPathComponent(m_sdk_sysroot); in GetSharedModule()
1822 relative_to_binary.PrependPathComponent( in GetDwoSymbolFileForCompileUnit()1909 error_dwo_path.PrependPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit()