Searched refs:makeAbsolutePath (Results 1 – 3 of 3) sorted by relevance
264 bool makeAbsolutePath(SmallVectorImpl<char> &Path) const;
401 bool FileManager::makeAbsolutePath(SmallVectorImpl<char> &Path) const { in makeAbsolutePath() function in FileManager
1113 bool Changed = FileMgr.makeAbsolutePath(Path); in cleanPathForOutput()1465 SM.getFileManager().makeAbsolutePath(OutputPath); in WriteControlBlock()