Home
last modified time | relevance | path

Searched refs:backends (Results 1 – 25 of 99) sorted by relevance

1234

/openbsd-src/gnu/usr.bin/perl/cpan/bignum/gentest/
H A Dbackend.sh10 backends=(
25 for backend in ${backends[@]}; do
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/
H A DCMakeLists.txt4 add_subdirectory(backends)
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/all_backends/
H A Dllvm_all_backends.mli9 (** Initialize all the backends targets *)
/openbsd-src/usr.sbin/smtpd/
H A Dtable.c46 static struct table_backend *backends[] = { variable
62 for (i = 0; backends[i]; i++) in table_backend_lookup()
63 if (!strcmp(backends[i]->name, backend)) in table_backend_lookup()
64 return (backends[i]); in table_backend_lookup()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dformat.texi43 @code{default}, then all the known target backends is
65 none of the backends recognised the file format.
H A Delf.texi1 @section ELF backends
H A Dbfd.texinfo286 * aout :: a.out backends
287 * coff :: coff backends
288 * elf :: elf backends
291 * oasys :: oasys backends
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dformat.texi40 @code{default}, then all the known target backends is
62 none of the backends recognised the file format.
H A Delf.texi2 ELF backends
H A Dbfd.texinfo299 * aout :: a.out backends
300 * coff :: coff backends
301 * elf :: elf backends
304 * oasys :: oasys backends
/openbsd-src/sys/dev/pci/drm/i915/gem/selftests/
H A Dhuge_pages.c1380 } backends[] = { in igt_ppgtt_smoke_huge() local
1393 for (i = 0; i < ARRAY_SIZE(backends); ++i) { in igt_ppgtt_smoke_huge()
1394 u32 min = backends[i].min; in igt_ppgtt_smoke_huge()
1395 u32 max = backends[i].max; in igt_ppgtt_smoke_huge()
1401 obj = backends[i].fn(i915, size, 0); in igt_ppgtt_smoke_huge()
1464 } backends[] = { in igt_ppgtt_sanity_check() local
1497 for (i = 0; i < ARRAY_SIZE(backends); ++i) { in igt_ppgtt_sanity_check()
1503 obj = backends[i].fn(i915, size, backends[i].flags); in igt_ppgtt_sanity_check()
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A Dindex.rst58 To be useful, one of the `backends`_ must be used. These backends are
263 TableGen backends
283 backends, and see the :doc:`TableGen Backend Developer's Guide <./BackGuide>`
296 the basic concepts via custom-made backends, which can pervert the original
301 backends adhere to strict rules. Others are suggesting we should move to less,
H A DBackGuide.rst18 to various backends, which extract information from a subset of the records
24 provided by TableGen for the backends. For a complete reference to the
30 TableGen source files. For a description of the existing backends, see
480 * The list of includes is the minimal list required by most backends.
680 difficult for backends to report clear error messages with accurate source
719 TableGen provides some tools to aid in debugging backends.
H A DBackEnds.rst11 TableGen backends are at the core of TableGen's functionality. The source
20 features. Some backends generate output that is consumed by more than one
22 preprocessor tricks to be used. Some backends can also print C++ code
470 for writing custom backends without having to modify TableGen itself,
579 These values are not expected to be needed by backends. The standard
/openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/
H A DTodo23 =item Implement redesign that allows various backends (Perl, Lisp,
/openbsd-src/gnu/lib/libcxx/include/c++/v1/
H A D__config_site32 // PSTL backends
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/
H A D30_yaml_spec_tml.t11 or Test::More::plan skip_all => 'no JSON backends available!?';
/openbsd-src/gnu/llvm/lld/
H A DCODE_OWNERS.TXT14 D: COFF, ELF backends (COFF/* ELF/*)
/openbsd-src/gnu/llvm/clang/docs/
H A DThinLTO.rst26 later when the modules are optimized in fully parallel backends.
28 the ThinLTO backends in threads. So the usage model is not affected
29 as the distinction between the fast serial thin link step and the backends
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DCONTRIBUTORS23 backends (including heavy rewrite, testing, an integration of the coff
24 and b.out backends), adding configuration including heavy testing and
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DCONTRIBUTORS23 backends (including heavy rewrite, testing, an integration of the coff
24 and b.out backends), adding configuration including heavy testing and
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A DMETA.llvm.in115 description = "All backends for LLVM"
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dbugpoint.rst143 respectively. The interpreter and the JIT backends cannot currently
144 be used as the "safe" backends.
/openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/
H A Dnw.sc123 /* These are needed for ELF backends which have not yet been
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Dnw.sc123 /* These are needed for ELF backends which have not yet been

1234