Home
last modified time | relevance | path

Searched refs:Compiler (Results 1 – 25 of 776) sorted by relevance

12345678910>>...32

/freebsd-12.1/contrib/gcc/doc/
H A Dfrontends.texi10 @cindex GNU Compiler Collection
11 @cindex GNU C Compiler
16 GCC stands for ``GNU Compiler Collection''. GCC is an integrated
21 current official meaning is ``GNU Compiler Collection'', which refers
23 for ``GNU C Compiler'', and this usage is still common when the emphasis
H A Dgccint.texi13 @settitle GNU Compiler Collection (GCC) Internals
53 * gccint: (gccint). Internals of the GNU Compiler Collection.
63 @title GNU Compiler Collection Internals
83 Compiler Collection (GCC)}.
H A Dgcc.texi27 @settitle Using the GNU Compiler Collection (GCC)
67 * gcc: (gcc). The GNU Compiler Collection.
77 @title Using the GNU Compiler Collection
123 Introduction, gccint, GNU Compiler Collection (GCC) Internals}.
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DMyriad.h23 class LLVM_LIBRARY_VISIBILITY Compiler : public Tool {
25 Compiler(const ToolChain &TC) : Tool("moviCompile", "movicompile", TC) {} in Compiler() function
96 mutable std::unique_ptr<Tool> Compiler;
H A DMyriad.cpp25 void tools::SHAVE::Compiler::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
273 if (!Compiler) in SelectTool()
274 Compiler.reset(new tools::SHAVE::Compiler(*this)); in SelectTool()
275 return Compiler.get(); in SelectTool()
H A DMinGW.h100 mutable std::unique_ptr<tools::gcc::Compiler> Compiler; variable
H A DMSVC.h40 class LLVM_LIBRARY_VISIBILITY Compiler : public Tool {
42 Compiler(const ToolChain &TC) in Compiler() function
H A DGnu.h111 class LLVM_LIBRARY_VISIBILITY Compiler : public Common {
113 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {} in Compiler() function
337 mutable std::unique_ptr<tools::gcc::Compiler> Compile;
/freebsd-12.1/contrib/compiler-rt/
H A DREADME.txt1 Compiler-RT
7 Compiler-RT is open source software. You may freely distribute it under the
H A DCREDITS.TXT19 D: CMake'ify Compiler-RT build system
20 D: Maintain Solaris & AuroraUX ports of Compiler-RT
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp354 CompilerInstance Compiler(std::move(PCHContainerOps)); in runInvocation() local
355 Compiler.setInvocation(std::move(Invocation)); in runInvocation()
356 Compiler.setFileManager(Files); in runInvocation()
364 Compiler.createDiagnostics(DiagConsumer, /*ShouldOwnClient=*/false); in runInvocation()
365 if (!Compiler.hasDiagnostics()) in runInvocation()
368 Compiler.createSourceManager(*Files); in runInvocation()
370 const bool Success = Compiler.ExecuteAction(*ScopedToolAction); in runInvocation()
/freebsd-12.1/share/doc/psd/15.yacc/
H A Dref.bib32 %T Principles of Compiler Design
45 %T A Portable Compiler: Theory and Practice
/freebsd-12.1/contrib/sqlite3/tea/win/
H A Drules.vc117 !message *** Compiler has 'Optimizations'
120 !message *** Compiler does not have 'Optimizations'
174 !message *** Compiler has 'Pentium 0x0f fix'
177 !message *** Compiler does not have 'Pentium 0x0f fix'
184 !message *** Compiler has 'B-stepping errata workarounds'
187 !message *** Compiler does not have 'B-stepping errata workarounds'
705 !message *** Compiler version $(VCVER). Target machine is $(MACHINE)
707 !message *** Compiler options '$(COMPILERFLAGS) $(OPTIMIZATIONS) $(DEBUGFLAGS) $(WARNINGS)'
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsRegisterBanks.td3 // The LLVM Compiler Infrastructure
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticAnalysisKinds.td3 // The LLVM Compiler Infrastructure
H A DDiagnosticCategories.td3 // The LLVM Compiler Infrastructure
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interface_posix.inc3 // The LLVM Compiler Infrastructure
/freebsd-12.1/contrib/llvm/include/llvm/Target/GlobalISel/
H A DRegisterBank.td3 // The LLVM Compiler Infrastructure
/freebsd-12.1/contrib/libc++/include/
H A Dcassert4 // The LLVM Compiler Infrastructure
H A Dciso6464 // The LLVM Compiler Infrastructure
H A Dccomplex4 // The LLVM Compiler Infrastructure
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMRegisterBanks.td3 // The LLVM Compiler Infrastructure
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DVIInstrFormats.td3 // The LLVM Compiler Infrastructure
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86RegisterBanks.td3 // The LLVM Compiler Infrastructure
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCPfmCounters.td3 // The LLVM Compiler Infrastructure

12345678910>>...32