Home
last modified time | relevance | path

Searched refs:computeRelativePath (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Lex/
DPPLexerChange.cpp233 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir, in computeRelativePath() function
508 computeRelativePath(FileMgr, Dir, Header, RelativePath); in HandleEndOfFile()
/external/llvm/lib/Object/
DArchiveWriter.cpp158 static std::string computeRelativePath(StringRef From, StringRef To) { in computeRelativePath() function
197 Out << computeRelativePath(ArcName, I.getName()); in writeStringTable()