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

1 23

  /external/clang/lib/Frontend/
CompilerInstance.cpp 714 StringRef InputFile = Input.getFile();
717 if (InputFile != "-") {
718 const FileEntry *File = FileMgr.getFile(InputFile, /*OpenFile=*/true);
720 Diags.Report(diag::err_fe_error_reading) << InputFile;
734 File = FileMgr.getVirtualFile(InputFile, MB->getBufferSize(), 0);
737 Diags.Report(diag::err_cannot_open_file) << InputFile << ErrorStr;
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 109 Lexer::Lexer(FileID FID, const llvm::MemoryBuffer *InputFile, Preprocessor &PP)
114 InitLexer(InputFile->getBufferStart(), InputFile->getBufferStart(),
115 InputFile->getBufferEnd());
178 const llvm::MemoryBuffer *InputFile = SM.getBuffer(SpellingFID);
179 Lexer *L = new Lexer(SpellingFID, InputFile, PP);
    [all...]
  /external/llvm/tools/macho-dump/
macho-dump.cpp 28 InputFile(cl::Positional, cl::desc("<input file>"), cl::init("-"));
406 ErrorOr<Binary *> BinaryOrErr = createBinary(InputFile);
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp     [all...]
toy-jit.cpp 1124 Module* parseInputIR(std::string InputFile)
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 762 Module* parseInputIR(std::string InputFile, LLVMContext &Context) {
764 Module *M = ParseIRFile(InputFile, Err, Context);
771 sprintf(ModID, "IR:%s", InputFile.c_str());
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 102 m_file = new InputFile( filename );
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 273 milliseconds

1 23