Home
last modified time | relevance | path

Searched refs:Embed (Results 1 – 25 of 40) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/pod/
Dperlembed.pod159 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::Persistent;
[all …]
Dperl58delta.pod2712 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/
DMiniperl.pm5 use ExtUtils::Embed 1.31, qw(xsi_header xsi_protos xsi_body);
/openbsd/src/gnu/usr.bin/perl/lib/ExtUtils/t/
DEmbed.t12 use ExtUtils::Embed;
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DOptions.td71 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/
DEmbed.pm1 package ExtUtils::Embed;
/openbsd/src/gnu/llvm/clang/docs/
DClangLinkerWrapper.rst40 --embed-bitcode Embed linked bitcode in the module
/openbsd/src/gnu/llvm/lld/COFF/
DConfig.h98 enum ManifestKind { Default, SideBySide, Embed, No }; enumerator
DOptions.td91 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">;
DDriverUtils.cpp275 ctx.config.manifest = Configuration::Embed; in parseManifest()
DDriver.cpp1882 config->manifest != Configuration::Embed) { in linkerMain()
2400 if (config->manifest == Configuration::Embed) in linkerMain()
/openbsd/src/regress/usr.bin/make/
Dmk16116 ExtUtils::Embed 3p lib/ExtUtils/Embed.pm \
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dmpw-make.sed41 # Embed the version in symbolic doublequotes that will expand to
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Ddsymutil.rst141 Embed the toolchain in the dSYM bundle's property list.
/openbsd/src/gnu/llvm/lldb/cmake/modules/
DLLDBConfig.cmake167 …"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/
DCodeGenOptions.def91 /// Embed Bitcode mode (off/all/bitcode/marker).
/openbsd/src/gnu/usr.bin/perl/
DMakefile.bsd-wrapper1376 ExtUtils::Embed 3p lib/ExtUtils/Embed.pm \
DREADME.cygwin699 lib/ExtUtils/t/Embed.t
DREADME.win32206 F<lib/ExtUtils/t/Embed.t> test, which attempts to build a test program and
/openbsd/src/gnu/usr.bin/perl/os2/
DChanges452 Duplicate libperl.lib as perl.lib etc. to make Embed happier.
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Dperlfaq.pod771 Download the ExtUtils::Embed kit from CPAN and run `make test'. If
Dperlfaqo.txt252 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/
DOptions.td1228 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/
DCMakeLists.txt323 "Embed the version control system revision in LLVM" ON)
/openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/
Dperlfaq3.pod1099 Download the ExtUtils::Embed kit from CPAN and run `make test'. If

12