HomeSort by: relevance | last modified time | path
    Searched defs:Compiler (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
compiler.h 2 /* Compiler implementation of the D programming language
8 * https://github.com/dlang/dmd/blob/master/src/dmd/compiler.h
16 // This file contains a data structure that describes a back-end compiler
17 // and implements compiler-specific actions.
30 struct Compiler
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Myriad.h 22 class LLVM_LIBRARY_VISIBILITY Compiler : public Tool {
24 Compiler(const ToolChain &TC) : Tool("moviCompile", "movicompile", TC) {}
48 /// The Compiler and Assembler as defined above are in the SHAVE namespace,
67 /// MyriadToolChain - A tool chain using either clang or the external compiler
95 mutable std::unique_ptr<Tool> Compiler;
MinGW.h 104 mutable std::unique_ptr<tools::gcc::Compiler> Compiler;
Gnu.h 115 class LLVM_LIBRARY_VISIBILITY Compiler : public Common {
117 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {}
359 mutable std::unique_ptr<tools::gcc::Compiler> Compile;
  /src/external/gpl2/dtc/dist/Documentation/
dtc-paper.tex 49 --- the Device Tree Compiler --- that turns a simple text
51 the kernel. The compiler can produce either a binary ``blob'' or an
314 \section{The Device Tree Compiler}
386 so is tedious. The ``device tree compiler'', \dtc{}\footnote{\dtc can
562 as well as the device tree compiler. In the past, he has worked on

Completed in 17 milliseconds