Searched refs:MakeAbsolute (Results 1 – 9 of 9) sorted by relevance
233 std::error_code FileSystem::MakeAbsolute(SmallVectorImpl<char> &path) const { in MakeAbsolute() function in FileSystem237 std::error_code FileSystem::MakeAbsolute(FileSpec &file_spec) const { in MakeAbsolute() function in FileSystem241 auto EC = MakeAbsolute(path); in MakeAbsolute()267 MakeAbsolute(absolute); in Resolve()
135 std::error_code MakeAbsolute(llvm::SmallVectorImpl<char> &path) const;136 std::error_code MakeAbsolute(FileSpec &file_spec) const;
147 static FileSpec MakeAbsolute(const FileSpec &file_spec) { in MakeAbsolute() function154 Generator::Generator(FileSpec root) : m_root(MakeAbsolute(std::move(root))) { in Generator()225 : m_root(MakeAbsolute(std::move(root))), m_loaded(false), in Loader()
494 void FileSpec::MakeAbsolute(const FileSpec &dir) { in MakeAbsolute() function in FileSpec
267 void MakeAbsolute(const FileSpec &dir);
169 SmallVectorImpl<char> &ResultPath, bool MakeAbsolute, in createUniqueEntity() argument179 sys::fs::createUniquePath(Model, ResultPath, MakeAbsolute); in createUniqueEntity()792 bool MakeAbsolute) { in createUniquePath() argument796 if (MakeAbsolute) { in createUniquePath()
785 m_file_spec->MakeAbsolute(GetCompilationDirectory()); in ComputeAbsolutePath()
684 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory()); in MakeAbsoluteAndRemap()
806 bool MakeAbsolute);