Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGLexer.h84 typedef std::map<std::string, SMLoc> DependenciesMapTy; typedef
87 DependenciesMapTy Dependencies;
96 const DependenciesMapTy &getDependencies() const { in getDependencies()
DTGParser.h132 const TGLexer::DependenciesMapTy &getDependencies() const { in getDependencies()
DTGLexer.cpp313 DependenciesMapTy::const_iterator Found = Dependencies.find(IncludedFile); in LexInclude()
/external/llvm/lib/TableGen/
DTGLexer.h83 typedef std::map<std::string, SMLoc> DependenciesMapTy; typedef
86 DependenciesMapTy Dependencies;
95 const DependenciesMapTy &getDependencies() const { in getDependencies()
DTGParser.h101 const TGLexer::DependenciesMapTy &getDependencies() const { in getDependencies()
DTGLexer.cpp312 DependenciesMapTy::const_iterator Found = Dependencies.find(IncludedFile); in LexInclude()