Home
last modified time | relevance | path

Searched refs:Compiler (Results 1 – 19 of 19) sorted by relevance

/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp39 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) { in GetErrorString()
90 Compiler::Compiler() : mTarget(NULL), mEnableLTO(true) { in Compiler() function in Compiler
94 Compiler::Compiler(const CompilerConfig &pConfig) : mTarget(NULL), in Compiler() function in Compiler
108 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig) { in config()
146 Compiler::~Compiler() { in ~Compiler()
150 enum Compiler::ErrorCode Compiler::runLTO(Script &pScript) { in runLTO()
196 enum Compiler::ErrorCode Compiler::runCodeGen(Script &pScript, in runCodeGen()
246 enum Compiler::ErrorCode Compiler::compile(Script &pScript, in compile()
283 enum Compiler::ErrorCode Compiler::compile(Script &pScript, in compile()
298 enum Compiler::ErrorCode err = compile(pScript, *out, IRStream); in compile()
DAndroid.mk27 Compiler.cpp \
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp197 Compiler::ErrorCode
214 return Compiler::kErrInvalidSource; in compileScript()
229 return Compiler::kErrInvalidSource; in compileScript()
244 return Compiler::kErrInvalidSource; in compileScript()
255 return Compiler::kErrInvalidSource; in compileScript()
264 return Compiler::kErrInvalidSource; in compileScript()
268 Compiler::ErrorCode err = mCompiler.config(*mConfig); in compileScript()
269 if (err != Compiler::kSuccess) { in compileScript()
271 Compiler::GetErrorString(err)); in compileScript()
272 return Compiler::kErrInvalidSource; in compileScript()
[all …]
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp148 Compiler::ErrorCode result = RSC->config(*config); in ConfigCompiler()
150 if (result != Compiler::kSuccess) { in ConfigCompiler()
152 << Compiler::GetErrorString(result) << ")\n"; in ConfigCompiler()
160 bool CompileScript(Compiler &pCompiler, Script &pScript, in CompileScript()
172 Compiler::ErrorCode result = pCompiler.compile(pScript, output_file); in CompileScript()
173 if (result != Compiler::kSuccess) { in CompileScript()
175 << Compiler::GetErrorString(result) << ".)\n"; in CompileScript()
/frameworks/compile/libbcc/include/bcc/
DCompiler.h47 class Compiler {
85 Compiler();
86 Compiler(const CompilerConfig &pConfig);
107 virtual ~Compiler();
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp208 Compiler::ErrorCode result = compiler->config(*config); in ConfigCompiler()
210 if (result != Compiler::kSuccess) { in ConfigCompiler()
212 << Compiler::GetErrorString(result) << ")\n"; in ConfigCompiler()
269 Compiler compiler; in main()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSCompiler.h24 class RSCompiler : public Compiler {
DRSCompilerDriver.h56 Compiler::ErrorCode compileScript(RSScript &pScript,
/frameworks/compile/libbcc/bcinfo/Wrap/
DLLVMBuild.txt3 ; The LLVM Compiler Infrastructure
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DLLVMBuild.txt3 ; The LLVM Compiler Infrastructure
/frameworks/compile/slang/
Dllvm-rs-cc.cpp457 llvm::OwningPtr<slang::SlangRS> Compiler(new slang::SlangRS()); in main() local
459 Compiler->init(Opts.mTriple, Opts.mCPU, Opts.mFeatures, &DiagEngine, in main()
494 int CompileFailed = !Compiler->compile(IOFiles, in main()
509 Compiler->reset(); in main()
DREADME.rst2 llvm-rs-cc: Compiler for Renderscript language
/frameworks/base/docs/html/sdk/
Dindex.jd375 <li><strong>Not</strong> compatible with GNU Compiler for Java (gcj)</li>
384 <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
387 <p class="note"><strong>Note:</strong> Some Linux distributions may include JDK 1.4 or Gnu Compiler
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd320 <li>Migrated from GNU Compiler Collection (GCC) 4.8 to 4.8.2, and added diagnostic color
471 <li>Added GNU Compiler Collection (GCC) 4.8 compiler to the NDK. Since GCC 4.6 is still
958 <li>Added the GNU Compiler Collection (GCC) 4.7 compiler to the NDK. The GCC 4.6 compiler
1123 <li>Added the Clang 3.1 compiler to the NDK. The GNU Compiler Collection (GCC) 4.6 is
1429 <p>The main features of this release are a new GNU Compiler Collection (GCC) 4.6 toolchain and
/frameworks/base/docs/html/tools/publishing/
Dapp-signing.jd178 <p>If you are developing on a version of Linux that originally came with GNU Compiler for
/frameworks/base/docs/html/sdk/installing/
Dstudio.jd472 <strong>Preferences</strong> &gt; <strong>Compiler</strong> and check the box <em>Compile
/frameworks/base/docs/html/training/articles/
Dsmp.jd1807 <p>(Much of this is due to Doug Lea and his “JSR-133 Cookbook for Compiler
1884 <dt>The JSR-133 Cookbook for Compiler Writers</dt>
/frameworks/base/docs/html/
Dsitemap.txt2165 http://developer.android.com/reference/java/lang/Compiler.html
/frameworks/base/api/
Dcurrent.txt34804 public final class Compiler {