Searched refs:AddIncludeFile (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | SourceMgr.h | 133 unsigned AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
|
/external/llvm/include/llvm/Support/ |
D | SourceMgr.h | 138 unsigned AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SourceMgr.h | 168 unsigned AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | SourceMgr.h | 175 unsigned AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
|
/external/llvm/lib/TableGen/ |
D | TGLexer.cpp | 305 CurBuffer = SrcMgr.AddIncludeFile(Filename, SMLoc::getFromPointer(CurPtr), in LexInclude()
|
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 45 unsigned SourceMgr::AddIncludeFile(const std::string &Filename, in AddIncludeFile() function in SourceMgr
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SourceMgr.cpp | 40 unsigned SourceMgr::AddIncludeFile(const std::string &Filename, in AddIncludeFile() function in SourceMgr
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | SourceMgr.cpp | 41 unsigned SourceMgr::AddIncludeFile(const std::string &Filename, in AddIncludeFile() function in SourceMgr
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGLexer.cpp | 379 CurBuffer = SrcMgr.AddIncludeFile(Filename, SMLoc::getFromPointer(CurPtr), in LexInclude()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/ |
D | TGLexer.cpp | 405 CurBuffer = SrcMgr.AddIncludeFile(Filename, SMLoc::getFromPointer(CurPtr), in LexInclude()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 632 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in enterIncludeFile() 647 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in processIncbinFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 786 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in enterIncludeFile() 802 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in processIncbinFile()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 868 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in enterIncludeFile() 884 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in processIncbinFile()
|
D | MasmParser.cpp | 1168 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in enterIncludeFile()
|