Home
last modified time | relevance | path

Searched defs:Compiler (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/dtc/Documentation/
HDdtc-paper.tex391 \subsection{Input and output formats}
435 \subsection{Source format}
486 \subsection{Tree checking}
/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDTools.h35 class Compiler; variable
175 Compiler(const ToolChain &TC) in Compiler() function
657 Compiler(const ToolChain &TC) in Compiler() function
774 Compiler(const ToolChain &TC) : Tool("moviCompile", "movicompile", TC) {} in Compiler() function
HDToolChains.h559 mutable std::unique_ptr<tools::gcc::Compiler> Compiler; variable
HDDriver.cpp1692 const Tool *Compiler = TC->SelectTool(*CompileJA); in SelectToolForJob() local
1714 const Tool *Compiler = TC->SelectTool(*CompileJA); in SelectToolForJob() local
/NextBSD/contrib/llvm/tools/clang/lib/Tooling/
HDTooling.cpp258 clang::CompilerInstance Compiler(PCHContainerOps); in runInvocation() local