Searched refs:Embed (Results 1 – 25 of 40) sorted by relevance
12
159 B<ExtUtils::Embed> module will determine all of this information for162 % 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 for222 % 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 the721 package Embed::Persistent;[all …]
2712 ExtUtils::Embed [561]3676 ../lib/ExtUtils/t/Embed.t 9 9 100.00% 1-93688 that with Unicode). The Constant and Embed are probably problems in
5 use ExtUtils::Embed 1.31, qw(xsi_header xsi_protos xsi_body);
12 use ExtUtils::Embed;
71 HelpText<"Embed warnings in the linked DWARF debug info.">,152 HelpText<"Embed toolchain information in dSYM bundle.">,
1 package ExtUtils::Embed;
40 --embed-bitcode Embed linked bitcode in the module
98 enum ManifestKind { Default, SideBySide, Embed, No }; enumerator
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">;
275 ctx.config.manifest = Configuration::Embed; in parseManifest()
1882 config->manifest != Configuration::Embed) { in linkerMain()2400 if (config->manifest == Configuration::Embed) in linkerMain()
116 ExtUtils::Embed 3p lib/ExtUtils/Embed.pm \
41 # Embed the version in symbolic doublequotes that will expand to
141 Embed the toolchain in the dSYM bundle's property list.
167 …"Embed PYTHONHOME in the binary. If set to OFF, PYTHONHOME environment variable will be used to to…
91 /// Embed Bitcode mode (off/all/bitcode/marker).
376 ExtUtils::Embed 3p lib/ExtUtils/Embed.pm \
699 lib/ExtUtils/t/Embed.t
206 F<lib/ExtUtils/t/Embed.t> test, which attempts to build a test program and
452 Duplicate libperl.lib as perl.lib etc. to make Embed happier.
771 Download the ExtUtils::Embed kit from CPAN and run `make test'. If
252 Download the ExtUtils::Embed kit from CPAN and run `make test'. If the tests pass, read the pods ag…
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 "
323 "Embed the version control system revision in LLVM" ON)
1099 Download the ExtUtils::Embed kit from CPAN and run `make test'. If