Searched refs:makeAbsolute (Results 1 – 10 of 10) 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 RedirectingFileSystem1805 auto EC = ExternalFS.makeAbsolute(From); in create()1827 auto EC = ExternalFS.makeAbsolute(To); in create()1869 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()
543 void makeAbsolute(Addressable &A) { in makeAbsolute() function1084 void makeAbsolute(Symbol &Sym, JITTargetAddress Address) { in makeAbsolute() function1096 Sym.makeAbsolute(createAddressable(Address)); in makeAbsolute()
490 FS->makeAbsolute(Path); in makeAbsolutePath()
236 if (auto EC = FS.makeAbsolute(AbsolutePath)) in getAbsolutePath()
3019 if (std::error_code EC = FS->makeAbsolute(Path)) in getStyle()
952 (void)D.getVFS().makeAbsolute(CoverageFilename); in addPGOAndCoverageFlags()2346 Driver.getVFS().makeAbsolute(Path); in DumpCompilationDatabaseFragmentToDir()