HomeSort by relevance Sort by last modified time
    Searched refs:InputFile (Results 26 - 33 of 33) sorted by null

12

  /external/clang/lib/Lex/
PPLexerChange.cpp 88 const llvm::MemoryBuffer *InputFile =
104 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
Lexer.cpp 117 Lexer::Lexer(FileID FID, const llvm::MemoryBuffer *InputFile, Preprocessor &PP)
122 InitLexer(InputFile->getBufferStart(), InputFile->getBufferStart(),
123 InputFile->getBufferEnd());
179 const llvm::MemoryBuffer *InputFile = SM.getBuffer(SpellingFID);
180 Lexer *L = new Lexer(SpellingFID, InputFile, PP);
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 589 bool CompilerInstance::InitializeSourceManager(StringRef InputFile,
591 return InitializeSourceManager(InputFile, Kind, getDiagnostics(),
596 bool CompilerInstance::InitializeSourceManager(StringRef InputFile,
603 if (InputFile != "-") {
604 const FileEntry *File = FileMgr.getFile(InputFile);
606 Diags.Report(diag::err_fe_error_reading) << InputFile;
    [all...]
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 81 InputFile("input", cl::init("/dev/null"),
342 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile,
  /external/llvm/tools/macho-dump/
macho-dump.cpp 27 InputFile(cl::Positional, cl::desc("<input file>"), cl::init("-"));
411 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFile, InputBuffer))
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 43 #include <bcc/Support/InputFile.h>
355 InputFile input_exec(pOutputExecutable);
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoReader.cpp 28 #include "bcc/Support/InputFile.h"
176 RSInfo *RSInfo::ReadFromFile(InputFile &pInput, const DependencyTableTy &pDeps) {
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 102 m_file = new InputFile( filename );

Completed in 110 milliseconds

12