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 120 /// AddIncludeFile - Search for a file with the specified name in the current
124 size_t AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
  /external/llvm/lib/Support/
SourceMgr.cpp 52 /// AddIncludeFile - Search for a file with the specified name in the current
55 size_t SourceMgr::AddIncludeFile(const std::string &Filename,
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 547 int NewBuf = SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile);
563 int NewBuf = SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile);
    [all...]

Completed in 177 milliseconds