Home
last modified time | relevance | path

Searched defs:Compile (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DPhases.h21 Compile, enumerator
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DASTVectorTest.cpp47 TEST_F(ASTVectorTest, Compile) { in TEST_F() argument
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DTools.h34 class Compile; variable
167 Compile(const ToolChain &TC) : Common("gcc::Compile", in Compile() function
598 Compile(const ToolChain &TC) : Tool("visualstudio::Compile", "compiler", TC, in Compile() function
H A DToolChains.h183 mutable std::unique_ptr<tools::gcc::Compile> Compile; variable