| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Types.def | 38 TYPE("cpp-output", PP_C, INVALID, "i", phases::Compile, phases::… 39 … C, PP_C, "c", phases::Preprocess, phases::Compile, phases::Backend,… 40 … CL, PP_C, "cl", phases::Preprocess, phases::Compile, phases::Backend,… 41 … CLCXX, PP_CXX, "clcpp", phases::Preprocess, phases::Compile, phases::Backend,… 42 TYPE("cuda-cpp-output", PP_CUDA, INVALID, "cui", phases::Compile, phases::… 43 … CUDA, PP_CUDA, "cu", phases::Preprocess, phases::Compile, phases::Backend,… 44 … CUDA_DEVICE, PP_CUDA, "cu", phases::Preprocess, phases::Compile, phases::Backend,… 45 TYPE("hip-cpp-output", PP_HIP, INVALID, "hipi", phases::Compile, phases::… 46 … HIP, PP_HIP, "hip", phases::Preprocess, phases::Compile, phases::Backend,… 47 … HIP_DEVICE, PP_HIP, "hip", phases::Preprocess, phases::Compile, phases::Backend,… [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| H A D | Configure.pm | 164 sub Compile { # Feed code to compiler. On error, return status and text subroutine 429 if ($ret=&{$cmd == \&Link && !@l?\&Compile:$cmd}( 708 my $checknumber=!Compile(" 712 $checkreturn=!Compile(" 716 my $checketc= !Compile(" 720 my $checknumberetc=!Compile(" 724 my $checketcnumber=!Compile(" 728 my $checkargtypes=!Compile(" 732 my $checkargsnil=!Compile(" 736 $checknilargs=!Compile(" [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IRCompileLayer.cpp | 17 std::unique_ptr<IRCompiler> Compile) in IRCompileLayer() argument 19 Compile(std::move(Compile)) { in IRCompileLayer() 20 ManglingOpts = &this->Compile->getManglingOptions(); in IRCompileLayer() 32 if (auto Obj = TSM.withModuleDo(*Compile)) { in emit()
|
| H A D | IndirectionUtils.cpp | 33 CompileFunction Compile) in CompileCallbackMaterializationUnit() argument 36 Name(std::move(Name)), Compile(std::move(Compile)) {} 43 Result[Name] = JITEvaluatedSymbol(Compile(), JITSymbolFlags::Exported); in materialize() 54 CompileFunction Compile; member in __anon858e5bbc0111::CompileCallbackMaterializationUnit 66 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback() argument 75 std::move(CallbackName), std::move(Compile)))); in getCompileCallback()
|
| /openbsd-src/gnu/gcc/gcc/config/m68hc11/ |
| H A D | m68hc11.opt | 24 Compile for a 68HC11 28 Compile for a 68HC12 32 Compile for a 68HC11 36 Compile for a 68HC12 42 Compile for a 68HCS12 46 Compile for a 68HCS12 78 Compile with 32-bit integer mode 91 Compile with 16-bit integer mode
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | IRCompileLayer.h | 53 std::unique_ptr<IRCompiler> Compile); 55 IRCompiler &getCompiler() { return *Compile; } in getCompiler() 65 std::unique_ptr<IRCompiler> Compile; variable
|
| /openbsd-src/gnu/gcc/gcc/config/m32c/ |
| H A D | m32c.opt | 29 -mcpu=r8c Compile code for R8C variants 33 -mcpu=m16c Compile code for M16C variants 37 -mcpu=m32cm Compile code for M32CM variants 41 -mcpu=m32c Compile code for M32C variants
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | t-superh | 5 # Compile crt1-mmu.o as crt1.o with -DMMU_SUPPORT 9 # Compile gcrt1-mmu.o as crt1-mmu.o with -DPROFILE 13 # For sh4-400: Compile gcrt1.o as crt1.o with -DPROFILE
|
| /openbsd-src/gnu/gcc/gcc/config/ |
| H A D | t-freebsd | 1 # Compile crtbeginS.o and crtendS.o with pic. 4 # Compile libgcc.a with pic.
|
| H A D | t-lynx | 1 # Compile crtbeginS.o and crtendS.o with pic. 4 # Compile libgcc2.a with pic.
|
| H A D | t-linux | 1 # Compile crtbeginS.o and crtendS.o with pic. 3 # Compile libgcc2.a with pic.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ |
| H A D | t-freebsd | 4 # Compile crtbeginS.o and crtendS.o with pic. 7 # Compile libgcc.a with pic.
|
| H A D | t-linux | 4 # Compile crtbeginS.o and crtendS.o with pic. 6 # Compile libgcc2.a with pic.
|
| /openbsd-src/gnu/gcc/gcc/config/s390/ |
| H A D | t-tpf | 1 # Compile crtbeginS.o and crtendS.o with pic. 3 # Compile libgcc2.a with pic.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/ |
| H A D | t-linux64 | 7 # Compile crtbeginS.o and crtendS.o as PIC. 11 # Compile libgcc2.a as PIC.
|
| H A D | t-openbsd64 | 7 # Compile crtbeginS.o and crtendS.o as PIC. 11 # Compile libgcc2.a as PIC.
|
| H A D | t-linux | 8 # Compile libgcc2.a as PIC. 17 # Compile crtbeginS.o and crtendS.o as PIC.
|
| /openbsd-src/gnu/gcc/gcc/config/pa/ |
| H A D | t-linux64 | 7 # Compile crtbeginS.o and crtendS.o as PIC. 11 # Compile libgcc2.a as PIC.
|
| H A D | t-linux | 8 # Compile libgcc2.a as PIC. 17 # Compile crtbeginS.o and crtendS.o as PIC.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/ |
| H A D | t-aix | 3 # Compile crtbeginS.o and crtendS.o with pic. 5 # Compile libgcc2.a with pic and defines required by AIX headers
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| H A D | t-osf4 | 1 # Compile crtbeginS.o and crtendS.o with pic. 4 # Compile libgcc2.a with pic.
|
| /openbsd-src/gnu/gcc/gcc/config/m32r/ |
| H A D | m32r.opt | 24 Compile for the m32rx 28 Compile for the m32r2 32 Compile for the m32r
|
| /openbsd-src/gnu/gcc/gcc/config/v850/ |
| H A D | v850.opt | 79 Compile for the v850 processor 83 Compile for the v850e processor 87 Compile for the v850e1 processor
|
| /openbsd-src/gnu/gcc/gcc/config/alpha/ |
| H A D | t-osf4 | 1 # Compile crtbeginS.o and crtendS.o with pic. 4 # Compile libgcc2.a with pic.
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | aix64.opt | 25 Compile for 64-bit pointers 29 Compile for 32-bit pointers
|