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