Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp41 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) { in GetErrorString()
92 Compiler::Compiler() : mTarget(NULL), mEnableLTO(true) { in Compiler() function in Compiler
96 Compiler::Compiler(const CompilerConfig &pConfig) : mTarget(NULL), in Compiler() function in Compiler
110 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig) { in config()
145 Compiler::~Compiler() { in ~Compiler()
149 enum Compiler::ErrorCode Compiler::runLTO(Script &pScript) { in runLTO()
195 enum Compiler::ErrorCode Compiler::runCodeGen(Script &pScript, in runCodeGen()
245 enum Compiler::ErrorCode Compiler::compile(Script &pScript, in compile()
297 enum Compiler::ErrorCode Compiler::compile(Script &pScript, in compile()
312 enum Compiler::ErrorCode err = compile(pScript, *out, IRStream); in compile()
DAndroid.mk27 Compiler.cpp \
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp218 Compiler::ErrorCode RSCompilerDriver::compileScript(RSScript& pScript, const char* pScriptName, in compileScript()
235 return Compiler::kErrInvalidSource; in compileScript()
250 return Compiler::kErrInvalidSource; in compileScript()
265 return Compiler::kErrInvalidSource; in compileScript()
276 return Compiler::kErrInvalidSource; in compileScript()
285 return Compiler::kErrInvalidSource; in compileScript()
289 Compiler::ErrorCode err = mCompiler.config(*mConfig); in compileScript()
290 if (err != Compiler::kSuccess) { in compileScript()
292 Compiler::GetErrorString(err)); in compileScript()
293 return Compiler::kErrInvalidSource; in compileScript()
[all …]
/frameworks/compile/libbcc/include/bcc/
DCompiler.h52 class Compiler {
90 Compiler();
91 Compiler(const CompilerConfig &pConfig);
112 virtual ~Compiler();
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp194 Compiler::ErrorCode result = compiler->config(*config); in ConfigCompiler()
196 if (result != Compiler::kSuccess) { in ConfigCompiler()
198 << Compiler::GetErrorString(result) << ")\n"; in ConfigCompiler()
255 Compiler compiler; in main()
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp164 Compiler::ErrorCode result = RSC->config(*config); in ConfigCompiler()
170 if (result != Compiler::kSuccess) { in ConfigCompiler()
172 << Compiler::GetErrorString(result) << ")\n"; in ConfigCompiler()
/frameworks/compile/slang/
Dllvm-rs-cc.cpp184 std::unique_ptr<slang::SlangRS> Compiler(new slang::SlangRS()); in compileFiles() local
185 Compiler->init(Opts.mBitWidth, DiagEngine, DiagClient); in compileFiles()
186 int CompileFailed = !Compiler->compile(*IOFiles, *IOFiles32, DepFiles, Opts); in compileFiles()
188 Compiler->reset(CompileSecondTimeFor64Bit); in compileFiles()
DREADME.rst2 llvm-rs-cc: Compiler for Renderscript language
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSCompiler.h24 class RSCompiler : public Compiler {
DRSCompilerDriver.h67 Compiler::ErrorCode compileScript(RSScript& pScript, const char* pScriptName,
/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/base/docs/html/sdk/installing/
Dinstalling-adt.jd38 <li><strong>Not</strong> compatible with GNU Compiler for Java (gcj)</li>
/frameworks/base/docs/html/tools/revisions/
Dstudio.jd200 <strong>Preferences</strong> &gt; <strong>Compiler</strong> and check the box <em>Compile
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd1277 <li>Migrated from GNU Compiler Collection (GCC) 4.8 to 4.8.2, and added diagnostic color
1431 <li>Added GNU Compiler Collection (GCC) 4.8 compiler to the NDK. Since GCC 4.6 is still
1922 <li>Added the GNU Compiler Collection (GCC) 4.7 compiler to the NDK. The GCC 4.6 compiler
2089 <li>Added the Clang 3.1 compiler to the NDK. The GNU Compiler Collection (GCC) 4.6 is
2397 <p>The main features of this release are a new GNU Compiler Collection (GCC) 4.6 toolchain and
/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/
Dsystem-current.txt43738 public final class Compiler {
Dcurrent.txt41209 public final class Compiler {