/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | Compiler.cpp | 90 bool Compiler::GlobalInitialized = false; 107 llvm::CodeGenOpt::Level Compiler::CodeGenOptLevel; 109 std::string Compiler::Triple; 110 llvm::Triple::ArchType Compiler::ArchType; 112 std::string Compiler::CPU; 114 std::vector<std::string> Compiler::Features; 121 void Compiler::GlobalInitialization() { in GlobalInitialization() 210 void Compiler::LLVMErrorHandler(void *UserData, const std::string &Message) { in LLVMErrorHandler() 218 Compiler::Compiler(ScriptCompiled *result) in Compiler() function in bcc::Compiler 231 int Compiler::linkModule(llvm::Module *moduleWith) { in linkModule() [all …]
|
D | CompilerOption.h | 44 if ((Compiler::getTargetArchType() == llvm::Triple::x86_64) || in CompilerOption() 45 (Compiler::getTargetArchType() == llvm::Triple::x86)) { in CompilerOption() 74 if (Compiler::getTargetArchType() == llvm::Triple::x86_64) { in CompilerOption()
|
D | Compiler.h | 51 class Compiler { 99 Compiler(ScriptCompiled *result); 139 ~Compiler();
|
D | ScriptCompiled.h | 39 friend class Compiler; variable 53 Compiler mCompiler;
|
D | Android.mk | 26 Compiler.cpp \
|
D | Script.h | 106 Compiler::GlobalInitialization(); in Script()
|
/frameworks/compile/libbcc/runtime/ |
D | CREDITS.TXT | 19 D: CMake'ify Compiler-RT build system 20 D: Maintain Solaris & AuroraUX ports of Compiler-RT
|
D | CMakeLists.txt | 1 # See docs/CMake.html for instructions about how to build Compiler-RT with CMake.
|
D | README.txt | 1 Compiler-RT 7 Compiler-RT is open source software. You may freely distribute it under the
|
D | RuntimeDoc.rst | 2 libbcc Compiler Runtime Function Documentation
|
/frameworks/compile/libbcc/lib/Disassembler/ |
D | Disassembler.cpp | 105 AsmInfo = Target->createMCAsmInfo(Compiler::getTargetTriple()); in Disassemble() 106 SubtargetInfo = Target->createMCSubtargetInfo(Compiler::getTargetTriple(), "", ""); in Disassemble()
|
/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/libbcc/runtime/cmake/Modules/ |
D | MacroEnsureOutOfSourceBuild.cmake | 10 CMake would overwrite the makefiles distributed with Compiler-RT.
|
/frameworks/base/docs/html/sdk/ |
D | index.jd | 119 <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li> 128 <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li> 133 <p class="note"><strong>Note:</strong> Some Linux distributions may include JDK 1.4 or Gnu Compiler
|
/frameworks/compile/slang/ |
D | llvm-rs-cc.cpp | 432 llvm::OwningPtr<slang::SlangRS> Compiler(new slang::SlangRS()); in main() local 434 Compiler->init(Opts.mTriple, Opts.mCPU, Opts.mFeatures, &DiagEngine, in main() 469 int CompileFailed = !Compiler->compile(IOFiles, in main() 483 Compiler->reset(); in main()
|
D | README.rst | 2 llvm-rs-cc: Compiler for Renderscript language
|
/frameworks/compile/libbcc/runtime/BlocksRuntime/ |
D | runtime.c | 520 #pragma mark Compiler SPI entry points
|
/frameworks/base/docs/html/intl/ja/sdk/1.5_r2/ |
D | installing.jd | 208 …a>に記載されているバージョン要件を満たしていることを確認してください。特に、ディストリビューションによっては JDK 1.4 または Gnu Compiler for Java が組み込まれてい…
|
/frameworks/base/docs/html/intl/ja/sdk/1.5_r3/ |
D | installing.jd | 208 …a>に記載されているバージョン要件を満たしていることを確認してください。特に、ディストリビューションによっては JDK 1.4 または Gnu Compiler for Java が組み込まれてい…
|
/frameworks/base/docs/html/sdk/1.0_r2/ |
D | upgrading.jd | 113 <p>If you are developing on a version of Linux that originally came with Gnu Compiler for Java,
|
/frameworks/base/docs/html/sdk/1.0_r1/ |
D | upgrading.jd | 113 <p>If you are developing on a version of Linux that originally came with Gnu Compiler for Java,
|
/frameworks/base/docs/html/tools/sdk/ |
D | installing.jd | 589 Compiler for Java, both of which are not supported for Android development.</li>
|
/frameworks/base/docs/html/tools/workflow/ |
D | app-signing.jd | 179 <p>If you are developing on a version of Linux that originally came with GNU Compiler for
|
/frameworks/base/docs/html/tools/publishing/ |
D | app-signing.jd | 179 <p>If you are developing on a version of Linux that originally came with GNU Compiler for
|