| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlembed.pod | 159 B<ExtUtils::Embed> module will determine all of this information for 162 % cc -o interp interp.c `perl -MExtUtils::Embed -e ccopts -e ldopts` 164 If the B<ExtUtils::Embed> module isn't part of your Perl distribution, 166 L<https://metacpan.org/pod/ExtUtils::Embed> 170 The B<ExtUtils::Embed> kit on CPAN also contains all source code for 222 % cc -o interp interp.c `perl -MExtUtils::Embed -e ccopts -e ldopts` 291 `perl -MExtUtils::Embed -e ccopts -e ldopts` 674 % cc -o power power.c `perl -MExtUtils::Embed -e ccopts -e ldopts` 708 call the subroutine C<Embed::Persistent::eval_file> which lives in the 721 package Embed [all...] |
| H A D | perl58delta.pod | 2712 ExtUtils::Embed [561] 3676 ../lib/ExtUtils/t/Embed.t 9 9 100.00% 1-9 3688 that with Unicode). The Constant and Embed are probably problems in
|
| /openbsd-src/gnu/usr.bin/perl/ext/ExtUtils-Miniperl/lib/ExtUtils/ |
| H A D | Miniperl.pm | 5 use ExtUtils::Embed 1.31, qw(xsi_header xsi_protos xsi_body);
|
| /openbsd-src/gnu/usr.bin/perl/lib/ExtUtils/t/ |
| H A D | Embed.t | 12 use ExtUtils::Embed; 80 # XXX DAPM 12/2014: ExtUtils::Embed doesn't seem to provide API access 168 # gcc -g -I.. -L../ -o perl_test perl_test.c -lperl `../perl -I../lib -MExtUtils::Embed -I../ -e ccflags -e ldopts`
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | Options.td | 71 HelpText<"Embed warnings in the linked DWARF debug info.">, 152 HelpText<"Embed toolchain information in dSYM bundle.">,
|
| /openbsd-src/gnu/usr.bin/perl/lib/ExtUtils/ |
| H A D | Embed.pm | 1 package ExtUtils::Embed;
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangLinkerWrapper.rst | 40 --embed-bitcode Embed linked bitcode in the module
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Config.h | 98 enum ManifestKind { Default, SideBySide, Embed, No }; enumerator
|
| H A D | Options.td | 91 HelpText<"Embed the contents of <file> in the PDB as named stream <name>">; 134 def debug : F<"debug">, HelpText<"Embed a symbol table in the image">; 135 def debug_opt : P<"debug", "Embed a symbol table in the image with option">;
|
| H A D | DriverUtils.cpp | 275 ctx.config.manifest = Configuration::Embed; in parseManifest()
|
| H A D | Driver.cpp | 1882 config->manifest != Configuration::Embed) { in linkerMain() 2400 if (config->manifest == Configuration::Embed) in linkerMain()
|
| /openbsd-src/regress/usr.bin/make/ |
| H A D | mk16 | 116 ExtUtils::Embed 3p lib/ExtUtils/Embed.pm \
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | mpw-make.sed | 41 # Embed the version in symbolic doublequotes that will expand to
|
| /openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/ |
| H A D | LinkerWrapperOpts.td | 37 Flags<[WrapperOnlyOption]>, HelpText<"Embed linked bitcode in the module">;
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | dsymutil.rst | 141 Embed the toolchain in the dSYM bundle's property list.
|
| /openbsd-src/gnu/llvm/lldb/cmake/modules/ |
| H A D | LLDBConfig.cmake | 167 …"Embed PYTHONHOME in the binary. If set to OFF, PYTHONHOME environment variable will be used to to…
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 91 /// Embed Bitcode mode (off/all/bitcode/marker).
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.cygwin | 699 lib/ExtUtils/t/Embed.t
|
| /openbsd-src/gnu/usr.bin/perl/os2/ |
| H A D | Changes | 452 Duplicate libperl.lib as perl.lib etc. to make Embed happier.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | perlfaq.pod | 771 Download the ExtUtils::Embed kit from CPAN and run `make test'. If
|
| H A D | perlfaqo.txt | 252 Download the ExtUtils::Embed kit from CPAN and run `make test'. If the tests pass, read the pods ag…
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 1228 HelpText<"Embed Offloading device-side binary into host object file as a section.">, 1232 HelpText<"Embed LLVM bitcode">, 1238 HelpText<"Embed LLVM IR bitcode as data">; 1241 HelpText<"Embed placeholder LLVM IR data as a marker">; 3314 HelpText<"Embed source text in DWARF debug sections">, 5936 HelpText<"Embed the contents of the specified file into the module file " 5940 HelpText<"Embed the contents of all files read by this compilation into "
|
| /openbsd-src/gnu/llvm/llvm/ |
| H A D | CMakeLists.txt | 323 "Embed the version control system revision in LLVM" ON)
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | CMake.rst | 334 Embed version control revision info (Git revision id).
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq3.pod | 1099 Download the ExtUtils::Embed kit from CPAN and run `make test'. If
|