Searched refs:makeAbsolute (Results 1 – 11 of 11) sorted by relevance
55 G.makeAbsolute(*Sym, 0); in operator()61 G.makeAbsolute(*Sym, 0); in operator()
89 static void makeAbsolute(SmallVectorImpl<char> &Path) { in makeAbsolute() function106 makeAbsolute(Paths.VirtualPath); in canonicalize()
124 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in FileSystem725 std::error_code EC = makeAbsolute(Path); in addFile()833 std::error_code EC = FS.makeAbsolute(Path); in lookupInMemoryNode()975 std::error_code EC = makeAbsolute(Path); in setCurrentWorkingDirectory()994 if (auto EC = makeAbsolute(Output)) in getRealPath()1146 if (std::error_code EC = makeAbsolute(AbsolutePath)) in setCurrentWorkingDirectory()1163 std::error_code RedirectingFileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in RedirectingFileSystem1806 auto EC = ExternalFS.makeAbsolute(From); in create()1828 auto EC = ExternalFS.makeAbsolute(To); in create()1870 if (std::error_code EC = makeAbsolute(Path)) in makeCanonical()
297 virtual std::error_code makeAbsolute(SmallVectorImpl<char> &Path) const;843 std::error_code makeAbsolute(SmallVectorImpl<char> &Path) const override;
534 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()553 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
606 void makeAbsolute(Addressable &A) { in makeAbsolute() function1186 void makeAbsolute(Symbol &Sym, JITTargetAddress Address) { in makeAbsolute() function1198 Sym.makeAbsolute(createAddressable(Address)); in makeAbsolute()
234 return m_fs->makeAbsolute(path); in MakeAbsolute()
490 FS->makeAbsolute(Path); in makeAbsolutePath()
255 if (auto EC = FS.makeAbsolute(AbsolutePath)) in getAbsolutePath()
3090 if (std::error_code EC = FS->makeAbsolute(Path)) in getStyle()
958 (void)D.getVFS().makeAbsolute(CoverageFilename); in addPGOAndCoverageFlags()2353 Driver.getVFS().makeAbsolute(Path); in DumpCompilationDatabaseFragmentToDir()