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

  /external/clang/include/clang/Frontend/
DependencyOutputOptions.h 24 unsigned UsePhonyTargets : 1; ///< Include phony targets for each
40 /// A list of names to use as the targets in the dependency file; this list
42 std::vector<std::string> Targets;
  /external/llvm/lib/Support/
TargetRegistry.cpp 68 // Provide special warning when no targets are initialized.
70 Error = "Unable to find target for this triple (no targets are registered)";
78 Error = std::string("Cannot choose between targets \"") +
87 Error = "No available targets are compatible with this triple, "
88 "see -version for the available targets.";
108 // Add to the list of targets.
124 std::vector<std::pair<StringRef, const Target*> > Targets;
129 Targets.push_back(std::make_pair(I->getName(), &*I));
130 Width = std::max(Width, Targets.back().first.size());
132 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn)
    [all...]
  /external/clang/lib/Frontend/
DependencyFile.cpp 147 std::vector<std::string> Targets;
160 : PP(_PP), OutputFile(Opts.OutputFile), Targets(Opts.Targets),
206 if (Opts.Targets.empty()) {
318 // Write out the dependency targets, trying to avoid overly long
326 I = Targets.begin(), E = Targets.end(); I != E; ++I) {
337 // Targets already quoted as needed.
362 // Create phony targets if requested.
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 138 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
139 if (Targets.size() == 0)
141 if (Targets.size() != 1)
143 TargetRec = Targets[0];
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 63 // SmallVectorImpl. Returns true if targets found, false otherwise.
484 SmallVector<Function *, 4> Targets;
485 if (getPossibleTargets(&Inst, Targets)) {
486 if (tryInterproceduralAnalysis(Targets, &Inst, Inst.arg_operands()))
796 // targets of the call and return them, rather than just failing.
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /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 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1936 milliseconds