Searched refs:Compiler (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp87 CompilerInstance Compiler(std::move(PCHContainerOps));
88 Compiler.setInvocation(std::move(Invocation));
91 Compiler.getDiagnosticOpts().ShowCarets = false;
93 Compiler.createDiagnostics(DiagConsumer, /*ShouldOwnClient=*/false);
94 if (!Compiler.hasDiagnostics())
99 const CompilerInvocation &CI = Compiler.getInvocation();
112 CI, Compiler.getDiagnostics(), DepFS));
117 Compiler.getPreprocessorOpts()
122 Compiler.setFileManager(FileMgr);
123 Compiler
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMyriad.h22 class LLVM_LIBRARY_VISIBILITY Compiler : public Tool { class in namespace:clang::driver::tools::SHAVE
24 Compiler(const ToolChain &TC) : Tool("moviCompile", "movicompile", TC) {} function in class:clang::driver::tools::SHAVE::Compiler
48 /// The Compiler and Assembler as defined above are in the SHAVE namespace,
95 mutable std::unique_ptr<Tool> Compiler; member in class:clang::driver::toolchains::MyriadToolChain
H A DMinGW.h100 mutable std::unique_ptr<tools::gcc::Compiler> Compiler; member in class:clang::driver::toolchains::MinGW
H A DMyriad.cpp24 void tools::SHAVE::Compiler::ConstructJob(Compilation &C, const JobAction &JA,
272 if (!Compiler)
273 Compiler.reset(new tools::SHAVE::Compiler(*this));
274 return Compiler.get();
H A DMSVC.h39 class LLVM_LIBRARY_VISIBILITY Compiler : public Tool { class in namespace:clang::driver::tools::visualstudio
41 Compiler(const ToolChain &TC) function in class:clang::driver::tools::visualstudio::Compiler
42 : Tool("visualstudio::Compiler", "compiler", TC, RF_Full,
H A DGnu.h110 class LLVM_LIBRARY_VISIBILITY Compiler : public Common { class in namespace:clang::driver::tools::gcc
112 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {} function in class:clang::driver::tools::gcc::Compiler
345 mutable std::unique_ptr<tools::gcc::Compiler> Compile;
H A DClang.h88 visualstudio::Compiler *getCLFallback() const;
90 mutable std::unique_ptr<visualstudio::Compiler> CLFallback;
H A DMinGW.cpp424 if (!Compiler)
425 Compiler.reset(new tools::gcc::Compiler(*this));
426 return Compiler.get();
H A DMSVC.cpp591 void visualstudio::Compiler::ConstructJob(Compilation &C, const JobAction &JA,
599 std::unique_ptr<Command> visualstudio::Compiler::GetCommand(
H A DGnu.cpp200 void tools::gcc::Compiler::RenderExtraToolArgs(const JobAction &JA,
2593 Compile.reset(new tools::gcc::Compiler(*this));
H A DClang.cpp6513 visualstudio::Compiler *Clang::getCLFallback() const {
6515 CLFallback.reset(new visualstudio::Compiler(getToolChain()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp381 CompilerInstance Compiler(std::move(PCHContainerOps));
382 Compiler.setInvocation(std::move(Invocation));
383 Compiler.setFileManager(Files);
385 // The FrontendAction can have lifetime requirements for Compiler or its
386 // members, and we need to ensure it's deleted earlier than Compiler. So we
387 // pass it to an std::unique_ptr declared after the Compiler variable.
391 Compiler.createDiagnostics(DiagConsumer, /*ShouldOwnClient=*/false);
392 if (!Compiler.hasDiagnostics())
395 Compiler.createSourceManager(*Files);
397 const bool Success = Compiler
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c486 // Old Compiler SPI point to release a copied Block used by the compiler in dispose helpers
519 #pragma mark Compiler SPI entry points
/freebsd-11-stable/contrib/top/
H A DConfigure99 Compiler options $cdefs
183 ./getans "C Compiler" path "$Cmdcc" .$$
203 ./getans "Compiler options" string "$cdefs" .$$
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp368 ENUM_TO_CSTRING(Compiler);
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex49 --- the Device Tree Compiler --- that turns a simple text
314 \section{The Device Tree Compiler}
/freebsd-11-stable/contrib/ntp/
H A Dconfigure1857 YACC The `Yet Another Compiler Compiler' implementation to use.
10960 nvcc*) # Cuda Compiler Driver 2.2
11055 # Fabrice Bellard et al's Tiny C Compiler
11097 *Intel*\ [CF]*Compiler*)
11721 nvcc*) # Cuda Compiler Driver 2.2
12449 # Fabrice Bellard et al's Tiny C Compiler
15112 # The cast to long int works around a bug in the HP C Compiler
15145 # The cast to long int works around a bug in the HP C Compiler
15178 # The cast to long int works around a bug in the HP C Compiler
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure19697 package Compiler is
19704 end Compiler;
21146 # Compiler output produced by configure, useful for debugging
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure1440 YACC The `Yet Another Compiler Compiler' implementation to use.
7758 nvcc*) # Cuda Compiler Driver 2.2
7870 *Intel*\ [CF]*Compiler*)
8464 nvcc*) # Cuda Compiler Driver 2.2
13801 # Compiler output produced by configure, useful for debugging
15597 # Compiler flag to turn off builtin functions.
15606 # Compiler flag to prevent dynamic linking.
15618 # Compiler flag to allow reflexive dlopens.
15621 # Compiler fla
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dconfigure8909 nvcc*) # Cuda Compiler Driver 2.2
9004 # Fabrice Bellard et al's Tiny C Compiler
9046 *Intel*\ [CF]*Compiler*)
9670 nvcc*) # Cuda Compiler Driver 2.2
10398 # Fabrice Bellard et al's Tiny C Compiler
13262 # Compiler output produced by configure, useful for debugging
15174 # Compiler flag to turn off builtin functions.
15183 # Compiler flag to prevent dynamic linking.
15195 # Compiler flag to allow reflexive dlopens.
15198 # Compiler fla
[all...]
/freebsd-11-stable/contrib/file/
H A Dconfigure9400 nvcc*) # Cuda Compiler Driver 2.2
9495 # Fabrice Bellard et al's Tiny C Compiler
9537 *Intel*\ [CF]*Compiler*)
10161 nvcc*) # Cuda Compiler Driver 2.2
10889 # Fabrice Bellard et al's Tiny C Compiler
15330 # Compiler output produced by configure, useful for debugging
17227 # Compiler flag to turn off builtin functions.
17236 # Compiler flag to prevent dynamic linking.
17248 # Compiler flag to allow reflexive dlopens.
17251 # Compiler fla
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure9331 nvcc*) # Cuda Compiler Driver 2.2
9426 # Fabrice Bellard et al's Tiny C Compiler
9468 *Intel*\ [CF]*Compiler*)
10095 nvcc*) # Cuda Compiler Driver 2.2
10824 # Fabrice Bellard et al's Tiny C Compiler
14187 # Compiler output produced by configure, useful for debugging
15890 # Compiler flag to turn off builtin functions.
15899 # Compiler flag to prevent dynamic linking.
15911 # Compiler flag to allow reflexive dlopens.
15914 # Compiler fla
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dconfigure7735 nvcc*) # Cuda Compiler Driver 2.2
7847 *Intel*\ [CF]*Compiler*)
8444 nvcc*) # Cuda Compiler Driver 2.2
15576 # The cast to long int works around a bug in the HP C Compiler
17006 # Compiler output produced by configure, useful for debugging
18748 # Compiler flag to turn off builtin functions.
18757 # Compiler flag to prevent dynamic linking.
18769 # Compiler flag to allow reflexive dlopens.
18772 # Compiler flag to generate shared objects directly from archives.
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dconfigure9093 nvcc*) # Cuda Compiler Driver 2.2
9188 # Fabrice Bellard et al's Tiny C Compiler
9230 *Intel*\ [CF]*Compiler*)
9854 nvcc*) # Cuda Compiler Driver 2.2
10582 # Fabrice Bellard et al's Tiny C Compiler
14777 # The cast to long int works around a bug in the HP C Compiler
14810 # The cast to long int works around a bug in the HP C Compiler
14843 # The cast to long int works around a bug in the HP C Compiler
14876 # The cast to long int works around a bug in the HP C Compiler
14909 # The cast to long int works around a bug in the HP C Compiler
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dconfigure1664 YACC The `Yet Another Compiler Compiler' implementation to use.
10988 nvcc*) # Cuda Compiler Driver 2.2
11083 # Fabrice Bellard et al's Tiny C Compiler
11125 *Intel*\ [CF]*Compiler*)
11749 nvcc*) # Cuda Compiler Driver 2.2
12477 # Fabrice Bellard et al's Tiny C Compiler
15092 # The cast to long int works around a bug in the HP C Compiler
15138 # The cast to long int works around a bug in the HP C Compiler
21881 # Compiler outpu
[all...]

Completed in 691 milliseconds

12