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

  /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/llvm/lib/Support/
TargetRegistry.cpp 69 // Provide special warning when no targets are initialized.
71 Error = "Unable to find target for this triple (no targets are registered)";
88 Error = "No available targets are compatible with this triple, "
89 "see -version for the available targets.";
94 // good best targets.
96 Error = std::string("Cannot choose between targets \"") +
117 // Add to the list of targets.
144 std::vector<std::pair<StringRef, const Target*> > Targets;
149 Targets.push_back(std::make_pair(I->getName(), &*I));
150 Width = std::max(Width, Targets.back().first.size())
    [all...]
  /external/clang/lib/Frontend/
DependencyFile.cpp 36 std::vector<std::string> Targets;
50 : PP(_PP), OutputFile(Opts.OutputFile), Targets(Opts.Targets),
77 if (Opts.Targets.empty()) {
182 // Write out the dependency targets, trying to avoid overly long
190 I = Targets.begin(), E = Targets.end(); I != E; ++I) {
201 // Targets already quoted as needed.
226 // Create phony targets if requested.
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 132 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
133 if (Targets.size() == 0)
135 if (Targets.size() != 1)
137 TargetRec = Targets[0];
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 285 milliseconds