Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DSourceMgr.h138 unsigned AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
/external/llvm/lib/TableGen/
DTGLexer.cpp305 CurBuffer = SrcMgr.AddIncludeFile(Filename, SMLoc::getFromPointer(CurPtr), in LexInclude()
/external/llvm/lib/Support/
DSourceMgr.cpp45 unsigned SourceMgr::AddIncludeFile(const std::string &Filename, in AddIncludeFile() function in SourceMgr
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp578 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in enterIncludeFile()
593 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in processIncbinFile()