Searched refs:AddIncludeFile (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | SourceMgr.h | 113 unsigned AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | SourceMgr.cpp | 51 unsigned SourceMgr::AddIncludeFile(const std::string &Filename, in AddIncludeFile() function in SourceMgr
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | SourceMgr.h | 133 unsigned AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | SourceMgr.h | 167 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/lib/TableGen/ |
D | TGLexer.cpp | 263 CurBuffer = SrcMgr.AddIncludeFile(Filename, SMLoc::getFromPointer(CurPtr), in LexInclude()
|
/external/llvm/lib/TableGen/ |
D | TGLexer.cpp | 305 CurBuffer = SrcMgr.AddIncludeFile(Filename, SMLoc::getFromPointer(CurPtr), in LexInclude()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | TGLexer.cpp | 306 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-7.0/llvm/lib/Support/ |
D | SourceMgr.cpp | 40 unsigned SourceMgr::AddIncludeFile(const std::string &Filename, in AddIncludeFile() function in SourceMgr
|
/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/lib/MC/MCParser/ |
D | AsmParser.cpp | 419 int NewBuf = SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in EnterIncludeFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 761 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in enterIncludeFile() 777 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in processIncbinFile()
|