Searched refs:makeAbsolute (Results 1 – 13 of 13) sorted by relevance
55 G.makeAbsolute(*Sym, orc::ExecutorAddr()); in operator()61 G.makeAbsolute(*Sym, orc::ExecutorAddr()); in operator()
127 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in FileSystem825 std::error_code EC = makeAbsolute(Path); in addFile()934 std::error_code EC = makeAbsolute(Path); in lookupNode()962 if (std::error_code EC = makeAbsolute(TargetPath)) in lookupNode()1139 std::error_code EC = makeAbsolute(Path); in setCurrentWorkingDirectory()1158 if (auto EC = makeAbsolute(Output)) in getRealPath()1327 if (std::error_code EC = makeAbsolute(AbsolutePath)) in setCurrentWorkingDirectory()1344 std::error_code RedirectingFileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in RedirectingFileSystem1358 return makeAbsolute(WorkingDir.get(), Path); in makeAbsolute()1362 RedirectingFileSystem::makeAbsolute(StringRef WorkingDir, in makeAbsolute() function in RedirectingFileSystem[all …]
91 static void makeAbsolute(SmallVectorImpl<char> &Path) { in makeAbsolute() function108 makeAbsolute(Paths.VirtualPath); in canonicalize()
1405 if (llvm::sys::path::is_relative(FileName) && FS->makeAbsolute(CfgFilePath)) in findConfigFile()1434 if (std::error_code EC = FS->makeAbsolute(AbsPath)) in readConfigFile()
319 virtual std::error_code makeAbsolute(SmallVectorImpl<char> &Path) const;927 std::error_code makeAbsolute(StringRef WorkingDir,1025 std::error_code makeAbsolute(SmallVectorImpl<char> &Path) const override;
627 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()646 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
215 return m_fs->makeAbsolute(path); in MakeAbsolute()
634 void makeAbsolute(Addressable &A) { in makeAbsolute() function1250 void makeAbsolute(Symbol &Sym, orc::ExecutorAddr Address) { in makeAbsolute() function1265 Sym.makeAbsolute(createAddressable(Address)); in makeAbsolute()
521 FS->makeAbsolute(Path); in makeAbsolutePath()
255 if (auto EC = FS.makeAbsolute(AbsolutePath)) in getAbsolutePath()
1048 if (CfgDir.empty() || getVFS().makeAbsolute(CfgDir)) in loadConfigFiles()1057 if (CfgDir.empty() || getVFS().makeAbsolute(CfgDir)) in loadConfigFiles()1081 if (getVFS().makeAbsolute(CfgFilePath)) { in loadConfigFiles()
3809 if (std::error_code EC = FS->makeAbsolute(Path)) in getStyle()
924 (void)D.getVFS().makeAbsolute(CoverageFilename); in addPGOAndCoverageFlags()2400 Driver.getVFS().makeAbsolute(Path); in DumpCompilationDatabaseFragmentToDir()