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 Dllvm-rs-cc.cpp61 const char *InputFile,
82 OutputFile.append(slang::RSSlangReflectUtils::GetFileNameStem(InputFile));
85 slang::RSSlangReflectUtils::BCFileNameFromRSFileName(InputFile));
159 const char *InputFile = Inputs[i]; local
162 PathSuffix, InputFile,
172 DetermineOutputFile(Opts.mDependencyOutputDir, "", InputFile,
181 IOFiles->push_back(std::make_pair(InputFile, OutputFile));
59 DetermineOutputFile(const std::string &OutputDir, const std::string &PathSuffix, const char *InputFile, slang::Slang::OutputType OutputType, std::set<std::string> &SavedStrings) argument
H A Dslang.cpp293 bool Slang::setInputSource(llvm::StringRef InputFile, argument
296 mInputFileName = InputFile.str();
307 mDiagEngine->Report(clang::diag::err_fe_error_reading) << InputFile;
313 bool Slang::setInputSource(llvm::StringRef InputFile) { argument
314 mInputFileName = InputFile.str();
318 const clang::FileEntry *File = mFileMgr->getFile(InputFile);
325 mDiagEngine->Report(clang::diag::err_fe_error_reading) << InputFile;
H A Dslang_rs.cpp293 const char *InputFile, *Output64File, *Output32File, *BCOutputFile, local
330 InputFile = IOFile64Iter->first;
337 if (!setInputSource(InputFile))
345 mIsFilterscript = isFilterscript(InputFile);
431 if (!checkODR(InputFile))
H A Dslang.h182 bool setInputSource(llvm::StringRef InputFile, const char *Text,
185 bool setInputSource(llvm::StringRef InputFile);
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h39 class InputFile;
205 static RSInfo *ReadFromFile(InputFile &pInput);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp35 #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"
149 RSInfo *RSInfo::ReadFromFile(InputFile &pInput) {
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp44 #include <bcc/Support/InputFile.h>
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp40 #include <bcc/Support/InputFile.h>

Completed in 184 milliseconds