Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DArchiveWriter.cpp174 static std::string computeRelativePath(StringRef From, StringRef To) { in computeRelativePath() function
214 Out << computeRelativePath(ArcName, Path); in writeStringTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DArchiveWriter.cpp189 static std::string computeRelativePath(StringRef From, StringRef To) { in computeRelativePath() function
236 Out << computeRelativePath(ArcName, ID); in addToStringTable()
/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()