Home
last modified time | relevance | path

Searched refs:DependenciesMapTy (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/TableGen/
DTGLexer.h79 typedef std::map<std::string, SMLoc> DependenciesMapTy; typedef
82 DependenciesMapTy Dependencies;
92 const DependenciesMapTy &getDependencies() const { in getDependencies()
DMain.cpp67 const TGLexer::DependenciesMapTy &Dependencies = Parser.getDependencies(); in createDependencyFile()
68 for (TGLexer::DependenciesMapTy::const_iterator I = Dependencies.begin(), in createDependencyFile()
DTGParser.h99 const TGLexer::DependenciesMapTy &getDependencies() const { in getDependencies()
DTGLexer.cpp312 DependenciesMapTy::const_iterator Found = Dependencies.find(IncludedFile); in LexInclude()