Home
last modified time | relevance | path

Searched refs:IncludedFile (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSourceMgr.cpp42 std::string &IncludedFile) { in AddIncludeFile() argument
43 IncludedFile = Filename; in AddIncludeFile()
45 MemoryBuffer::getFile(IncludedFile); in AddIncludeFile()
50 IncludedFile = in AddIncludeFile()
52 NewBufOrErr = MemoryBuffer::getFile(IncludedFile); in AddIncludeFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.cpp377 std::string IncludedFile; in LexInclude() local
380 IncludedFile); in LexInclude()
386 Dependencies.insert(IncludedFile); in LexInclude()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSourceMgr.h134 std::string &IncludedFile);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSourceMgr.h169 std::string &IncludedFile);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp784 std::string IncludedFile; in enterIncludeFile() local
786 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in enterIncludeFile()
800 std::string IncludedFile; in processIncbinFile() local
802 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in processIncbinFile()