/frameworks/compile/libbcc/lib/Core/ |
D | Compiler.cpp | 51 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) { in GetErrorString() 92 Compiler::Compiler() : mTarget(nullptr), mEnableOpt(true) { in Compiler() function in Compiler 96 Compiler::Compiler(const CompilerConfig &pConfig) : mTarget(nullptr), in Compiler() function in Compiler 110 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig) { in config() 145 Compiler::~Compiler() { in ~Compiler() 152 enum Compiler::ErrorCode Compiler::runPasses(Script &pScript, in runPasses() 233 enum Compiler::ErrorCode Compiler::compile(Script &pScript, in compile() 295 enum Compiler::ErrorCode Compiler::compile(Script &pScript, in compile() 310 enum Compiler::ErrorCode err = compile(pScript, *out, IRStream); in compile() 318 bool Compiler::addInternalizeSymbolsPass(Script &pScript, llvm::legacy::PassManager &pPM) { in addInternalizeSymbolsPass() [all …]
|
D | Android.mk | 27 Compiler.cpp \
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSCompilerDriver.cpp | 114 Compiler::ErrorCode RSCompilerDriver::compileScript(RSScript& pScript, const char* pScriptName, in compileScript() 126 if (mCompiler.screenGlobalFunctions(pScript) != Compiler::kSuccess) { in compileScript() 127 return Compiler::kErrInvalidSource; in compileScript() 149 return Compiler::kErrInvalidSource; in compileScript() 164 return Compiler::kErrInvalidSource; in compileScript() 175 return Compiler::kErrInvalidSource; in compileScript() 184 return Compiler::kErrInvalidSource; in compileScript() 188 Compiler::ErrorCode err = mCompiler.config(*mConfig); in compileScript() 189 if (err != Compiler::kSuccess) { in compileScript() 191 Compiler::GetErrorString(err)); in compileScript() [all …]
|
/frameworks/compile/libbcc/include/bcc/ |
D | Compiler.h | 53 class Compiler { 93 Compiler(); 94 Compiler(const CompilerConfig &pConfig); 115 ~Compiler();
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
D | RSCompilerDriver.h | 44 Compiler mCompiler; 73 Compiler::ErrorCode compileScript(RSScript& pScript, const char* pScriptName, 83 Compiler *getCompiler() { in getCompiler()
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
D | Main.cpp | 152 Compiler *compiler = pCompilerDriver.getCompiler(); in ConfigCompiler() 205 Compiler::ErrorCode result = compiler->config(*config); in ConfigCompiler() 207 if (result != Compiler::kSuccess) { in ConfigCompiler() 209 << Compiler::GetErrorString(result) << ")\n"; in ConfigCompiler() 266 Compiler compiler; in main()
|
/frameworks/compile/slang/ |
D | llvm-rs-cc.cpp | 280 std::unique_ptr<slang::Slang> Compiler( in main() local 283 !Compiler->compile(IOFiles32, IOFiles32, DepFiles32, Opts, *DiagOpts); in main() 294 std::unique_ptr<slang::Slang> Compiler( in main() local 297 !Compiler->compile(IOFiles64, IOFiles32, DepFiles64, Opts, *DiagOpts); in main()
|
D | README.rst | 2 llvm-rs-cc: Compiler for Renderscript language
|
/frameworks/compile/libbcc/tools/bcc/ |
D | Main.cpp | 226 Compiler *RSC = pRSCD.getCompiler(); in ConfigCompiler() 256 Compiler::ErrorCode result = RSC->config(*config); in ConfigCompiler() 270 if (result != Compiler::kSuccess) { in ConfigCompiler() 272 << Compiler::GetErrorString(result) << ")\n"; in ConfigCompiler()
|
/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/data-binding/compilerCommon/ |
D | build.gradle | 81 project.ext.pomName = 'Data Binding Compiler Common'
|
/frameworks/base/docs/html/ndk/guides/ |
D | x86.jd | 127 ARM Compiler toolchain Assembler Reference</a>, ignoring the "Superseded" watermark. 153 ARM Compiler toolchain Assembler Reference</a>, ignoring the "Superseded" watermark. 191 ARM Compiler toolchain Assembler Reference</a>.</li>
|
D | standalone_toolchain.jd | 11 <li><a href="#itc">Invoking the Compiler</a></li> 91 <h2 id="itc">Invoking the Compiler</h2>
|
/frameworks/base/docs/html/ndk/guides/graphics/ |
D | shader-compilers.jd | 96 shaderc::Compiler compiler;
|
/frameworks/data-binding/compiler/src/main/resources/ |
D | NOTICE.txt | 43 == in this case for the Kotlin Compiler distribution. == 46 Kotlin Compiler 1595 == in this case for the Kotlin Compiler distribution. == 1598 Kotlin Compiler
|
/frameworks/base/docs/html/ndk/downloads/ |
D | revision_history.jd | 1434 <li>Migrated from GNU Compiler Collection (GCC) 4.8 to 4.8.2, and added diagnostic color 1589 <li>Added GNU Compiler Collection (GCC) 4.8 compiler to the NDK. Since GCC 4.6 is still 2081 <li>Added the GNU Compiler Collection (GCC) 4.7 compiler to the NDK. The GCC 4.6 compiler 2248 <li>Added the Clang 3.1 compiler to the NDK. The GNU Compiler Collection (GCC) 4.6 is 2556 <p>The main features of this release are a new GNU Compiler Collection (GCC) 4.6 toolchain and
|
/frameworks/base/docs/html-intl/intl/in/preview/ |
D | api-overview.jd | 171 dijalankan. Compiler JIT melengkapi compiler Ahead of Time (AOT) pada ART
|
/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-intl/intl/in/guide/topics/resources/ |
D | providing-resources.jd | 822 … <li>Nilai tidak membedakan huruf besar maupun kecil. Compiler sumber daya mengubah nama direktori
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 41207 public final class Compiler {
|
/frameworks/base/api/ |
D | current.txt | 50544 public final class Compiler {
|
D | system-current.txt | 53901 public final class Compiler {
|
D | test-current.txt | 50624 public final class Compiler {
|