Searched refs:Features (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/llvm-ndk-cc/
H A DBackend.cpp137 if (mTargetOpts.CPU.size() || mTargetOpts.Features.size()) {
138 llvm::SubtargetFeatures Features; local
141 I = mTargetOpts.Features.begin(), E = mTargetOpts.Features.end();
144 Features.AddFeature(*I);
146 FeaturesStr = Features.getString();
H A DCompiler.cpp85 const std::vector<std::string> &Features) {
94 if (!Features.empty())
95 mTargetOpts.Features = Features;
186 const std::vector<std::string> &Features, bool isCXX) {
198 createTarget(Triple, CPU, Features);
84 createTarget(const std::string &Triple, const std::string &CPU, const std::vector<std::string> &Features) argument
185 init(const std::string &Triple, const std::string &CPU, const std::vector<std::string> &Features, bool isCXX) argument
H A DCompiler.h60 const std::vector<std::string> &Features,
112 const std::vector<std::string> &Features);
/frameworks/compile/slang/
H A Dslang.cpp175 const std::vector<std::string> &Features) {
184 if (!Features.empty())
185 mTargetOpts.Features = Features;
261 const std::vector<std::string> &Features,
273 createTarget(Triple, CPU, Features);
174 createTarget(const std::string &Triple, const std::string &CPU, const std::vector<std::string> &Features) argument
260 init(const std::string &Triple, const std::string &CPU, const std::vector<std::string> &Features, clang::DiagnosticsEngine *DiagEngine, DiagnosticBuffer *DiagClient) argument
H A Dslang_backend.cpp157 if (mTargetOpts.CPU.size() || mTargetOpts.Features.size()) {
158 llvm::SubtargetFeatures Features; local
161 I = mTargetOpts.Features.begin(), E = mTargetOpts.Features.end();
164 Features.AddFeature(*I);
166 FeaturesStr = Features.getString();
H A Dslang.h95 std::vector<std::string> const &Features);
172 const std::vector<std::string> &Features,
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp1018 SubtargetFeatures Features; local
1020 Features.AddFeature(MAttrs[i]);
1021 FeaturesStr = Features.getString();
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs618 <span class="en">Handling Features Not Supported on TV</span>

Completed in 332 milliseconds