/frameworks/compile/libbcc/lib/Core/ |
D | Compiler.cpp | 39 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()
|
D | Android.mk | 27 Compiler.cpp \
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSCompilerDriver.cpp | 197 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/ |
D | Main.cpp | 148 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/ |
D | Compiler.h | 47 class Compiler { 85 Compiler(); 86 Compiler(const CompilerConfig &pConfig); 107 virtual ~Compiler();
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
D | Main.cpp | 208 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/ |
D | RSCompiler.h | 24 class RSCompiler : public Compiler {
|
D | RSCompilerDriver.h | 56 Compiler::ErrorCode compileScript(RSScript &pScript,
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
D | LLVMBuild.txt | 3 ; The LLVM Compiler Infrastructure
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | LLVMBuild.txt | 3 ; The LLVM Compiler Infrastructure
|
/frameworks/compile/slang/ |
D | llvm-rs-cc.cpp | 457 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()
|
D | README.rst | 2 llvm-rs-cc: Compiler for Renderscript language
|
/frameworks/base/docs/html/sdk/ |
D | index.jd | 375 <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/ |
D | index.jd | 320 <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/ |
D | app-signing.jd | 178 <p>If you are developing on a version of Linux that originally came with GNU Compiler for
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio.jd | 472 <strong>Preferences</strong> > <strong>Compiler</strong> and check the box <em>Compile
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 1807 <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/ |
D | sitemap.txt | 2165 http://developer.android.com/reference/java/lang/Compiler.html
|
/frameworks/base/api/ |
D | current.txt | 34804 public final class Compiler {
|