HomeSort by relevance Sort by last modified time
    Searched refs:Targets (Results 1 - 14 of 14) 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/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 35 std::vector<std::string> Targets;
49 : PP(_PP), OutputFile(Opts.OutputFile), Targets(Opts.Targets),
76 if (Opts.Targets.empty()) {
178 // Write out the dependency targets, trying to avoid overly long
186 I = Targets.begin(), E = Targets.end(); I != E; ++I) {
197 // Targets already quoted as needed.
222 // Create phony targets if requested.
CompilerInvocation.cpp 475 Opts.Targets = Args.getAllArgValues(OPT_MT);
    [all...]
  /external/clang/lib/Basic/
Android.mk 38 Targets.cpp \
  /external/icu4c/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 393 DepOpts.Targets = mAdditionalDepTargets;
394 DepOpts.Targets.push_back(mDepTargetBCFileName);
399 DepOpts.Targets.push_back(*I);
  /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];
  /external/llvm/
Makefile 194 include/llvm/Config/Targets.def \
276 # declare all targets at this level to be serial:
  /external/icu4c/data/
makedata.mak 482 @echo All targets are up to date
    [all...]
  /build/core/
main.mk 74 # Targets that provide quick help on the build system.
87 # These targets are going to delete stuff, don't bother including
209 # These are the modifier targets that don't do anything themselves, but
361 $(error The 'sdk' target may not be specified with any other targets)
466 # Stub out the notice targets, which probably aren't defined
539 # unambiguous enough. Maybe declare short targets like
646 # Don't include any GNU targets in the SDK. It's ok (and necessary)
710 # (see copy_headers.make). Other targets that need the
768 # phony target that include any targets in $(ALL_MODULES)
876 # umbrella targets to assit engineers in verifying build
    [all...]
  /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 276 milliseconds