HomeSort by: relevance | last modified time | path
    Searched refs:targets (Results 1 - 25 of 431) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/apache2/openssl/dist/Configurations/
50-masm.conf 10 my %targets = (
50-djgpp.conf 5 my %targets = (
50-win-clang-cl.conf 2 # Windows on Arm clang-cl targets.
5 my %targets = (
50-haiku.conf 1 my %targets = (
  /src/crypto/external/bsd/openssl/dist/Configurations/
50-masm.conf 10 my %targets = (
50-djgpp.conf 5 my %targets = (
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
rocm.exp 18 # Get the list of gpu targets to compile for.
41 # list of targets and let the caller decide if this should be an error.
51 set targets [list]
55 lappend targets $target
59 return $targets
81 set targets [hcc_amdgpu_targets]
82 if { [llength $targets] == 0} {
83 return {0 "no suitable amdgpu targets found"}
86 set flags [list hip additional_flags=--offload-arch=[join $targets ","]]
129 set targets [hcc_amdgpu_targets
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
rocm.exp 18 # Get the list of gpu targets to compile for.
41 # list of targets and let the caller decide if this should be an error.
51 set targets [list]
55 lappend targets $target
59 return $targets
81 set targets [hcc_amdgpu_targets]
82 if { [llength $targets] == 0} {
83 return {0 "no suitable amdgpu targets found"}
86 set flags [list hip additional_flags=--offload-arch=[join $targets ","]]
129 set targets [hcc_amdgpu_targets
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
ARC.cpp 19 using namespace clang::targets;
Le64.cpp 14 #include "Targets.h"
20 using namespace clang::targets;
MSP430.cpp 17 using namespace clang::targets;
PNaCl.cpp 17 using namespace clang::targets;
  /src/external/bsd/iscsi/dist/src/target/
Makefile.am 14 man5_MANS = targets.5
16 dist_man_MANS = iscsi-target.8 targets.5
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
50-djgpp.conf 5 my %targets = (
50-masm.conf 10 my %targets = (
  /src/usr.bin/make/unit-tests/
deptgt.mk 3 # Tests for special targets like .BEGIN or .SUFFIXES in dependency
8 # Just in case anyone tries to compile several special targets in a single
13 # The following lines demonstrate how 'targets' is set and reset during
17 # FinishDependencyGroup at "targets = NULL"
18 # Parse_File at "Lst_Free(targets)"
19 # Parse_File at "targets = Lst_New()"
20 # ParseLine_ShellCommand at "targets == NULL"
23 # parse.c:targets
25 target1 target2: sources # targets := [target1, target2] macro
26 : command1 # targets == [target1, target2 macro
27 : command2 # targets == [target1, target2] macro
    [all...]
varname-dot-alltargets.mk 14 # Since the tests are run with the -r option, no targets are
18 # Only first and second are "real" targets.
19 # The .ALLTARGETS variable is not about targets though, but
deptgt-delete_on_error.mk 7 # In compatibility mode, regular and phony targets are deleted, but precious
8 # targets are preserved.
10 # In parallel mode, regular targets are deleted, while phony and precious
11 # targets are preserved.
18 TARGETS= ${THIS}-regular ${THIS}-regular-delete
19 TARGETS+= ${THIS}-phony ${THIS}-phony-delete
20 TARGETS+= ${THIS}-precious ${THIS}-precious-delete
23 @rm -f ${TARGETS}
25 @-${.MAKE} -f ${MAKEFILE} -k ${TARGETS}
26 @rm -f ${TARGETS}
    [all...]
  /src/external/bsd/unbound/dist/contrib/android/
15-android.conf 7 my %targets = (
  /src/external/bsd/unbound/dist/contrib/ios/
15-ios.conf 3 # It takes recent enough Xcode to use following two targets. It shouldn't
4 # be a problem by now, but if they don't work, original targets below
8 my %targets = (
  /src/external/gpl2/gmake/dist/
rule.h 24 char **targets; /* Targets of the rule. */ member in struct:rule
56 extern void create_pattern_rule PARAMS ((char **targets,
  /src/etc/iscsi/
Makefile 13 CONFIGFILES+= auths targets
  /src/external/gpl3/binutils/dist/binutils/
bfdtest2.c 59 char** targets = NULL; local
61 if (bfd_check_format_matches (abfd, format, &targets))
64 if (targets)
66 bfd_find_target (targets[0], abfd);
  /src/external/gpl3/binutils.old/dist/binutils/
bfdtest2.c 59 char** targets = NULL; local
61 if (bfd_check_format_matches (abfd, format, &targets))
64 if (targets)
66 bfd_find_target (targets[0], abfd);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
TargetRegistry.cpp 20 iterator_range<TargetRegistry::iterator> TargetRegistry::targets() { function in class:TargetRegistry
32 auto I = find_if(targets(),
35 if (I == targets().end()) {
64 // Provide special warning when no targets are initialized.
65 if (targets().begin() == targets().end()) {
66 Error = "Unable to find target for this triple (no targets are registered)";
71 auto I = find_if(targets(), ArchMatch);
73 if (I == targets().end()) {
74 Error = "No available targets are compatible with triple \"" + TT + "\""
    [all...]

Completed in 54 milliseconds

1 2 3 4 5 6 7 8 91011>>