HomeSort by relevance Sort by last modified time
    Searched refs:AddIncludeFile (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
SourceMgr.h 113 /// AddIncludeFile - Search for a file with the specified name in the current
117 unsigned AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
  /external/llvm/lib/Support/
SourceMgr.cpp 48 /// AddIncludeFile - Search for a file with the specified name in the current
51 unsigned SourceMgr::AddIncludeFile(const std::string &Filename,
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 447 int NewBuf = SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile);
463 int NewBuf = SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile);
    [all...]

Completed in 165 milliseconds