Home
last modified time | relevance | path

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

12

/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp90 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 …]
DCompilerOption.h44 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()
DCompiler.h51 class Compiler {
99 Compiler(ScriptCompiled *result);
139 ~Compiler();
DScriptCompiled.h39 friend class Compiler; variable
53 Compiler mCompiler;
DAndroid.mk26 Compiler.cpp \
DScript.h106 Compiler::GlobalInitialization(); in Script()
/frameworks/compile/libbcc/runtime/
DCREDITS.TXT19 D: CMake'ify Compiler-RT build system
20 D: Maintain Solaris & AuroraUX ports of Compiler-RT
DCMakeLists.txt1 # See docs/CMake.html for instructions about how to build Compiler-RT with CMake.
DREADME.txt1 Compiler-RT
7 Compiler-RT is open source software. You may freely distribute it under the
DRuntimeDoc.rst2 libbcc Compiler Runtime Function Documentation
/frameworks/compile/libbcc/lib/Disassembler/
DDisassembler.cpp105 AsmInfo = Target->createMCAsmInfo(Compiler::getTargetTriple()); in Disassemble()
106 SubtargetInfo = Target->createMCSubtargetInfo(Compiler::getTargetTriple(), "", ""); in Disassemble()
/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/libbcc/runtime/cmake/Modules/
DMacroEnsureOutOfSourceBuild.cmake10 CMake would overwrite the makefiles distributed with Compiler-RT.
/frameworks/base/docs/html/sdk/
Dindex.jd119 <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/
Dllvm-rs-cc.cpp432 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()
DREADME.rst2 llvm-rs-cc: Compiler for Renderscript language
/frameworks/compile/libbcc/runtime/BlocksRuntime/
Druntime.c520 #pragma mark Compiler SPI entry points
/frameworks/base/docs/html/intl/ja/sdk/1.5_r2/
Dinstalling.jd208 …a>に記載されているバージョン要件を満たしていることを確認してください。特に、ディストリビューションによっては JDK 1.4 または Gnu Compiler for Java が組み込まれてい…
/frameworks/base/docs/html/intl/ja/sdk/1.5_r3/
Dinstalling.jd208 …a>に記載されているバージョン要件を満たしていることを確認してください。特に、ディストリビューションによっては JDK 1.4 または Gnu Compiler for Java が組み込まれてい…
/frameworks/base/docs/html/sdk/1.0_r2/
Dupgrading.jd113 <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/
Dupgrading.jd113 <p>If you are developing on a version of Linux that originally came with Gnu Compiler for Java,
/frameworks/base/docs/html/tools/sdk/
Dinstalling.jd589 Compiler for Java, both of which are not supported for Android development.</li>
/frameworks/base/docs/html/tools/workflow/
Dapp-signing.jd179 <p>If you are developing on a version of Linux that originally came with GNU Compiler for
/frameworks/base/docs/html/tools/publishing/
Dapp-signing.jd179 <p>If you are developing on a version of Linux that originally came with GNU Compiler for

12