HomeSort by relevance Sort by last modified time
    Searched defs:InputFile (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/libbcc/include/bcc/Support/
InputFile.h 25 class InputFile : public File<FileBase::kReadMode> {
28 InputFile(const std::string &pFilename, unsigned pFlags = 0);
  /frameworks/compile/libbcc/lib/Support/
InputFile.cpp 17 #include "bcc/Support/InputFile.h"
23 InputFile::InputFile(const std::string &pFilename, unsigned pFlags)
26 ssize_t InputFile::read(void *pBuf, size_t count) {
33 ALOGW("InputFile::read: count = %zu, buffer = %p", count, pBuf);
  /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/tools/driver/
cc1as_main.cpp 91 std::string InputFile;
124 InputFile = "-";
192 Opts.InputFile = A->getValue(*Args);
268 if (error_code ec = MemoryBuffer::getFileOrSTDIN(Opts.InputFile, BufferPtr)) {
270 Diags.Report(diag::err_fe_error_reading) << Opts.InputFile;
  /frameworks/compile/slang/
llvm-rs-cc.cpp 310 const char *InputFile,
326 OutputFile.append(slang::RSSlangReflectUtils::GetFileNameStem(InputFile));
329 slang::RSSlangReflectUtils::BCFileNameFromRSFileName(InputFile));
443 const char *InputFile = Inputs[i];
445 DetermineOutputFile(Opts.mOutputDir, InputFile,
455 InputFile,
463 InputFile,
470 IOFiles.push_back(std::make_pair(InputFile, OutputFile));
slang_rs.cpp 300 const char *InputFile, *OutputFile, *BCOutputFile, *DepOutputFile;
329 InputFile = IOFileIter->first;
334 if (!setInputSource(InputFile))
345 mIsFilterscript = isFilterscript(InputFile);
407 if (!checkODR(InputFile))

Completed in 487 milliseconds