Searched refs:Compiler (Results 1 – 24 of 24) sorted by relevance
92 bool Compiler::GlobalInitialized = false;95 llvm::CodeGenOpt::Level Compiler::CodeGenOptLevel;97 std::string Compiler::Triple;99 std::string Compiler::CPU;101 std::vector<std::string> Compiler::Features;105 const llvm::StringRef Compiler::PragmaMetadataName = "#pragma";109 const llvm::StringRef Compiler::ExportVarMetadataName = "#rs_export_var";113 const llvm::StringRef Compiler::ExportFuncMetadataName = "#rs_export_func";117 const llvm::StringRef Compiler::ObjectSlotMetadataName = "#rs_object_slots";123 void Compiler::GlobalInitialization() { in GlobalInitialization()[all …]
54 class Compiler {118 Compiler(ScriptCompiled *result);164 ~Compiler();
37 friend class Compiler; variable50 Compiler mCompiler;
26 Compiler.cpp \
86 Compiler::GlobalInitialization(); in Script()
19 D: CMake'ify Compiler-RT build system20 D: Maintain Solaris & AuroraUX ports of Compiler-RT
1 # See docs/CMake.html for instructions about how to build Compiler-RT with CMake.
1 Compiler-RT7 Compiler-RT is open source software. You may freely distribute it under the
2 libbcc Compiler Runtime Function Documentation
400 llvm::OwningPtr<slang::SlangRS> Compiler(new slang::SlangRS()); in main() local402 Compiler->init(Opts.mTriple, Opts.mCPU, Opts.mFeatures); in main()436 int CompileFailed = !Compiler->compile(IOFiles, in main()447 Compiler->reset(); in main()
2 llvm-rs-cc: Compiler for Renderscript language
10 CMake would overwrite the makefiles distributed with Compiler-RT.
48 <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>57 <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>63 particular, note that some Linux distributions may include JDK 1.4 or Gnu Compiler for Java, both o…
588 Compiler for Java, both of which are not supported for Android development.</li>
105 AsmInfo = Target->createMCAsmInfo(Compiler::getTargetTriple()); in Disassemble()
520 #pragma mark Compiler SPI entry points
208 …a>に記載されているバージョン要件を満たしていることを確認してください。特に、ディストリビューションによっては JDK 1.4 または Gnu Compiler for Java が組み込まれてい…
113 <p>If you are developing on a version of Linux that originally came with Gnu Compiler for Java,
179 <p>If you are developing on a version of Linux that originally came with GNU Compiler for
2087 http://developer.android.com/reference/java/lang/Compiler.html
29497 public final class Compiler {