Searched refs:OutputFile (Results 1 - 18 of 18) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Support/
H A DOutputFile.h29 class OutputFile : public File<FileBase::kWriteMode> { class in namespace:bcc
32 OutputFile(const std::string &pFilename, unsigned pFlags = 0);
H A DDisassembler.h29 class OutputFile;
46 DisassembleResult Disassemble(OutputFile &pOutput, const char *pTriple,
/frameworks/compile/libbcc/lib/Support/
H A DOutputFile.cpp17 #include "bcc/Support/OutputFile.h"
27 OutputFile::OutputFile(const std::string &pFilename, unsigned pFlags) function in class:OutputFile
30 ssize_t OutputFile::write(const void *pBuf, size_t count) {
37 ALOGW("OutputFile::write: count = %zu, buffer = %p", count, pBuf);
59 void OutputFile::truncate() {
74 llvm::raw_fd_ostream *OutputFile::dup() {
H A DAndroid.mk30 OutputFile.cpp \
H A DDisassembler.cpp38 #include "bcc/Support/OutputFile.h"
186 DisassembleResult Disassemble(OutputFile &pOutput, const char *pTriple,
220 bcc::DisassembleResult bcc::Disassemble(OutputFile &pOutput,
/frameworks/compile/slang/
H A Dslang.cpp119 OpenOutputFile(const char *OutputFile, argument
123 slangAssert((OutputFile != NULL) && (Error != NULL) &&
127 llvm::sys::path::parent_path(OutputFile), Error)) {
129 new llvm::tool_output_file(OutputFile, *Error, Flags);
136 << OutputFile << *Error;
336 bool Slang::setOutput(const char *OutputFile) { argument
344 OS = OpenOutputFile(OutputFile, llvm::sys::fs::F_None, &Error,
353 OS = OpenOutputFile(OutputFile, llvm::sys::fs::F_Binary,
367 mOutputFileName = OutputFile;
372 bool Slang::setDepOutput(const char *OutputFile) { argument
[all...]
H A Dllvm-rs-cc.cpp334 std::string OutputFile(OutputDir);
337 if (!OutputFile.empty() &&
338 (OutputFile[OutputFile.size() - 1]) != OS_PATH_SEPARATOR)
339 OutputFile.append(1, OS_PATH_SEPARATOR);
344 OutputFile.append(slang::RSSlangReflectUtils::GetFileNameStem(InputFile));
346 OutputFile.append(
352 OutputFile.append(".d");
356 OutputFile.append(".S");
360 OutputFile
464 const char *OutputFile = local
[all...]
H A Dslang_rs.cpp296 const char *InputFile, *OutputFile, *BCOutputFile, *DepOutputFile; local
326 OutputFile = IOFileIter->second;
333 if (!setOutput(OutputFile))
H A Dslang.h198 bool setOutput(const char *OutputFile);
204 bool setDepOutput(const char *OutputFile);
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSExecutable.h32 class OutputFile;
95 void dumpDisassembly(OutputFile &pOutput) const;
H A DRSInfo.h39 class OutputFile;
230 bool write(OutputFile &pOutput);
/frameworks/compile/libbcc/include/bcc/
H A DCompiler.h32 class OutputFile;
98 enum ErrorCode compile(Script &pScript, OutputFile &pResult,
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSExecutable.cpp23 #include "bcc/Support/OutputFile.h"
133 OutputFile info_file(info_path.string(), FileBase::kTruncate);
162 void RSExecutable::dumpDisassembly(OutputFile &pOutput) const {
H A DRSInfoWriter.cpp24 #include "bcc/Support/OutputFile.h"
139 inline bool helper_write_list(OutputFile &pOutput,
167 bool RSInfo::write(OutputFile &pOutput) {
H A DRSCompilerDriver.cpp37 #include "bcc/Support/OutputFile.h"
249 OutputFile output_file(pOutputPath,
276 OutputFile *ir_file = NULL;
281 ir_file = new OutputFile(path.string(), FileBase::kTruncate);
309 OutputFile info_file(info_path.string(), FileBase::kTruncate);
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp45 #include <bcc/Support/OutputFile.h>
163 OutputFile output_file(pOutputPath, FileBase::kTruncate);
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp35 #include "bcc/Support/OutputFile.h"
284 OutputFile &pResult,
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp43 #include <bcc/Support/OutputFile.h>

Completed in 300 milliseconds