Searched refs:InputFile (Results 1 - 13 of 13) sorted by relevance

/frameworks/compile/libbcc/lib/Support/
H A DInputFile.cpp17 #include "bcc/Support/InputFile.h"
23 InputFile::InputFile(const std::string &pFilename, unsigned pFlags) function in class:InputFile
26 ssize_t InputFile::read(void *pBuf, size_t count) {
33 ALOGW("InputFile::read: count = %zu, buffer = %p", count, pBuf);
H A DAndroid.mk29 InputFile.cpp \
H A DSha1Util.cpp24 #include "bcc/Support/InputFile.h"
30 InputFile file(pFilename);
/frameworks/compile/libbcc/include/bcc/Support/
H A DInputFile.h25 class InputFile : public File<FileBase::kReadMode> { class in namespace:bcc
28 InputFile(const std::string &pFilename, unsigned pFlags = 0);
/frameworks/compile/slang/
H A Dslang.cpp299 bool Slang::setInputSource(llvm::StringRef InputFile, argument
302 mInputFileName = InputFile.str();
313 mDiagEngine->Report(clang::diag::err_fe_error_reading) << InputFile;
319 bool Slang::setInputSource(llvm::StringRef InputFile) { argument
320 mInputFileName = InputFile.str();
324 const clang::FileEntry *File = mFileMgr->getFile(InputFile);
329 mDiagEngine->Report(clang::diag::err_fe_error_reading) << InputFile;
H A Dslang_rs.cpp296 const char *InputFile, *OutputFile, *BCOutputFile, *DepOutputFile; local
325 InputFile = IOFileIter->first;
330 if (!setInputSource(InputFile))
336 mIsFilterscript = isFilterscript(InputFile);
401 if (!checkODR(InputFile))
H A Dllvm-rs-cc.cpp327 const char *InputFile,
343 OutputFile.append(slang::RSSlangReflectUtils::GetFileNameStem(InputFile));
346 slang::RSSlangReflectUtils::BCFileNameFromRSFileName(InputFile));
462 const char *InputFile = Inputs[i]; local
464 DetermineOutputFile(Opts.mOutputDir, InputFile,
474 InputFile,
482 InputFile,
489 IOFiles.push_back(std::make_pair(InputFile, OutputFile));
326 DetermineOutputFile(const std::string &OutputDir, const char *InputFile, slang::Slang::OutputType OutputType, std::set<std::string> &SavedStrings) argument
H A Dslang.h185 bool setInputSource(llvm::StringRef InputFile, const char *Text,
188 bool setInputSource(llvm::StringRef InputFile);
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h38 class InputFile;
226 static RSInfo *ReadFromFile(InputFile &pInput,
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp34 #include "bcc/Support/InputFile.h"
104 InputFile *object_file = new (std::nothrow) InputFile(output_path.c_str());
129 InputFile info_file(info_path.string());
H A DRSInfoReader.cpp28 #include "bcc/Support/InputFile.h"
176 RSInfo *RSInfo::ReadFromFile(InputFile &pInput, const DependencyTableTy &pDeps) {
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp44 #include <bcc/Support/InputFile.h>
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp42 #include <bcc/Support/InputFile.h>

Completed in 247 milliseconds