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

  /frameworks/compile/mclinker/include/mcld/Config/
Targets.def 1 /*===- llvm/Config/Targets.def - MCLD Target Architectures ------*- C++ -*-===*\
14 |* enumerate all of the targets. *|
16 |* The set of targets supported by MCLD is generated at configuration *|
31 #include <llvm/Config/Targets.def>
  /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)";
79 Error = std::string("Cannot choose between targets \"") +
88 Error = "No available targets are compatible with this triple, "
89 "see -version for the available targets.";
109 // Add to the list of targets.
125 std::vector<std::pair<StringRef, const Target*> > Targets;
130 Targets.push_back(std::make_pair(I->getName(), &*I));
131 Width = std::max(Width, Targets.back().first.size());
133 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn)
    [all...]
  /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/clang/lib/Frontend/
DependencyFile.cpp 137 std::vector<std::string> Targets;
150 : PP(_PP), OutputFile(Opts.OutputFile), Targets(Opts.Targets),
196 if (Opts.Targets.empty()) {
308 // Write out the dependency targets, trying to avoid overly long
316 I = Targets.begin(), E = Targets.end(); I != E; ++I) {
327 // Targets already quoted as needed.
352 // Create phony targets if requested.
CompilerInvocation.cpp 585 Opts.Targets = Args.getAllArgValues(OPT_MT);
    [all...]
  /external/clang/lib/Basic/
Android.mk 41 Targets.cpp \
  /external/chromium_org/third_party/icu/source/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
  /external/icu/icu4c/source/test/testdata/
testdata.mak 102 # Targets for nfscsi.spp
107 # Targets for nfscss.spp
112 # Targets for nfscis.spp
117 # Targets for nfsmxs.spp
122 # Targets for nfsmxp.spp
128 # Targets for test converter data
  /frameworks/compile/slang/
slang.cpp 391 DepOpts.Targets = mAdditionalDepTargets;
392 DepOpts.Targets.push_back(mDepTargetBCFileName);
397 DepOpts.Targets.push_back(*I);
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 137 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
138 if (Targets.size() == 0)
140 if (Targets.size() != 1)
142 TargetRec = Targets[0];
  /external/llvm/
Makefile 204 include/llvm/Config/Targets.def \
286 # declare all targets at this level to be serial:
  /external/libpng/projects/owatcom/
pngconfig.mak 141 $# must do Actions/Mark All Targets for Remake. This is because the compiler
  /external/chromium_org/third_party/icu/source/data/
makedata.mak 482 @echo All targets are up to date
    [all...]
  /external/icu/icu4c/source/data/
makedata.mak 482 @echo All targets are up to date
    [all...]
  /build/core/
main.mk 88 # Targets that provide quick help on the build system.
233 # These are the modifier targets that don't do anything themselves, but
398 $(error The 'sdk' target may not be specified with any other targets)
495 # Stub out the notice targets, which probably aren't defined
567 # unambiguous enough. Maybe declare short targets like
754 # Don't include any GNU targets in the SDK. It's ok (and necessary)
824 # (see copy_headers.make). Other targets that need the
882 # phony target that include any targets in $(ALL_MODULES)
    [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 

Completed in 352 milliseconds