Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/perl/pod/
H A 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
[all...]
H A 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/
H A DMiniperl.pm5 use ExtUtils::Embed 1.31, qw(xsi_header xsi_protos xsi_body);
/openbsd-src/gnu/usr.bin/perl/lib/ExtUtils/t/
H A DEmbed.t12 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 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/
H A DEmbed.pm1 package ExtUtils::Embed;
/openbsd-src/gnu/llvm/clang/docs/
H A DClangLinkerWrapper.rst40 --embed-bitcode Embed linked bitcode in the module
/openbsd-src/gnu/llvm/lld/COFF/
H A DConfig.h98 enum ManifestKind { Default, SideBySide, Embed, No }; enumerator
H A 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">;
H A DDriverUtils.cpp275 ctx.config.manifest = Configuration::Embed; in parseManifest()
H A DDriver.cpp1882 config->manifest != Configuration::Embed) { in linkerMain()
2400 if (config->manifest == Configuration::Embed) in linkerMain()
/openbsd-src/regress/usr.bin/make/
H A Dmk16116 ExtUtils::Embed 3p lib/ExtUtils/Embed.pm \
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dmpw-make.sed41 # Embed the version in symbolic doublequotes that will expand to
/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DLinkerWrapperOpts.td37 Flags<[WrapperOnlyOption]>, HelpText<"Embed linked bitcode in the module">;
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Ddsymutil.rst141 Embed the toolchain in the dSYM bundle's property list.
/openbsd-src/gnu/llvm/lldb/cmake/modules/
H A 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/
H A DCodeGenOptions.def91 /// Embed Bitcode mode (off/all/bitcode/marker).
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.cygwin699 lib/ExtUtils/t/Embed.t
/openbsd-src/gnu/usr.bin/perl/os2/
H A DChanges452 Duplicate libperl.lib as perl.lib etc. to make Embed happier.
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dperlfaq.pod771 Download the ExtUtils::Embed kit from CPAN and run `make test'. If
H A 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/
H A 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/
H A DCMakeLists.txt323 "Embed the version control system revision in LLVM" ON)
/openbsd-src/gnu/llvm/llvm/docs/
H A DCMake.rst334 Embed version control revision info (Git revision id).
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq3.pod1099 Download the ExtUtils::Embed kit from CPAN and run `make test'. If

12