Searched refs:MakeAbsolute (Results 1 – 10 of 10) sorted by relevance
202 std::error_code FileSystem::MakeAbsolute(SmallVectorImpl<char> &path) const { in MakeAbsolute() function in FileSystem 206 std::error_code FileSystem::MakeAbsolute(FileSpec &file_spec) const { in MakeAbsolute() function in FileSystem 210 auto EC = MakeAbsolute(path); in MakeAbsolute() 236 MakeAbsolute(absolute); in Resolve()
135 std::error_code MakeAbsolute(llvm::SmallVectorImpl<char> &path) const;136 std::error_code MakeAbsolute(FileSpec &file_spec) const;
276 void MakeAbsolute(const FileSpec &dir);
172 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity() argument182 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute); in createUniqueEntity()798 bool MakeAbsolute) { in createUniquePath() argument802 if (MakeAbsolute) { in createUniquePath()
530 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
896 m_file_spec->MakeAbsolute(GetCompilationDirectory()); in ComputeAbsolutePath()
762 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory()); in MakeAbsoluteAndRemap()
804 bool MakeAbsolute);
141 cmd_file.MakeAbsolute(source_dir); in DoExecute()
2462 init_file.MakeAbsolute(HostInfo::GetShlibDir()); in SourceInitFileGlobal()