HomeSort by relevance Sort by last modified time
    Searched refs:Targets (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/mclinker/include/mcld/Config/
Targets.def 1 /*===- llvm/Config/Targets.def - LLVM Target Architectures ------*- C++ -*-===*\
14 |* enumerate all of the targets. *|
16 |* The set of targets supported by LLVM is generated at configuration *|
30 #include <llvm/Config/Targets.def>
  /external/llvm/lib/Support/
TargetRegistry.cpp 28 // Provide special warning when no targets are initialized.
30 Error = "Unable to find target for this triple (no targets are registered)";
47 Error = "No available targets are compatible with this triple, "
48 "see -version for the available targets.";
53 // good best targets.
55 Error = std::string("Cannot choose between targets \"") +
76 // Add to the list of targets.
103 std::vector<std::pair<StringRef, const Target*> > Targets;
108 Targets.push_back(std::make_pair(I->getName(), &*I));
109 Width = std::max(Width, Targets.back().first.size())
    [all...]
  /external/clang/include/clang/Frontend/
DependencyOutputOptions.h 24 unsigned UsePhonyTargets : 1; ///< Include phony targets for each
38 /// A list of names to use as the targets in the dependency file; this list
40 std::vector<std::string> Targets;
  /external/clang/lib/Frontend/
DependencyFile.cpp 35 std::vector<std::string> Targets;
49 : PP(_PP), OutputFile(Opts.OutputFile), Targets(Opts.Targets),
75 if (Opts.Targets.empty()) {
176 // Write out the dependency targets, trying to avoid overly long
184 I = Targets.begin(), E = Targets.end(); I != E; ++I) {
195 // Targets already quoted as needed.
220 // Create phony targets if requested.
CompilerInvocation.cpp 313 for (unsigned i = 0, e = Opts.Targets.size(); i != e; ++i)
314 Res.push_back("-MT", Opts.Targets[i]);
    [all...]
  /external/clang/lib/Basic/
Android.mk 35 Targets.cpp \
  /external/icu4c/test/testdata/
testdata.mak 101 # Targets for nfscsi.spp
106 # Targets for nfscss.spp
111 # Targets for nfscis.spp
116 # Targets for nfsmxs.spp
121 # Targets for nfsmxp.spp
127 # Targets for test converter data
  /frameworks/compile/slang/
slang.cpp 384 DepOpts.Targets = mAdditionalDepTargets;
385 DepOpts.Targets.push_back(mDepTargetBCFileName);
390 DepOpts.Targets.push_back(*I);
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 116 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
117 if (Targets.size() == 0)
119 if (Targets.size() != 1)
121 TargetRec = Targets[0];
  /external/llvm/
Makefile 190 include/llvm/Config/Targets.def \
259 # declare all targets at this level to be serial:
  /external/icu4c/data/
makedata.mak 482 @echo All targets are up to date
919 # Targets for converters
    [all...]
  /build/core/
main.mk 74 # Targets that provide quick help on the build system.
164 # These are the modifier targets that don't do anything themselves, but
320 $(error The 'sdk' target may not be specified with any other targets)
375 # These targets are going to delete stuff, don't bother including
460 # Stub out the notice targets, which probably aren't defined
533 # unambiguous enough. Maybe declare short targets like
603 # Don't include any GNU targets in the SDK. It's ok (and necessary)
657 # (see copy_headers.make). Other targets that need the
779 # phony target that include any targets in $(ALL_MODULES)

Completed in 560 milliseconds