Searched defs:Feature (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/MC/
H A DSubtargetFeature.cpp31 static inline bool hasFlag(const StringRef Feature) { argument
32 assert(!Feature.empty() && "Empty string");
34 char Ch = Feature[0];
41 static inline std::string StripFlag(const StringRef Feature) { argument
42 return hasFlag(Feature) ? Feature.substr(1) : Feature;
47 static inline bool isEnabled(const StringRef Feature) { argument
48 assert(!Feature.empty() && "Empty string");
50 char Ch = Feature[
57 PrependFlag(const StringRef Feature, bool IsEnabled) argument
229 ToggleFeature(uint64_t Bits, const StringRef Feature, const SubtargetFeatureKV *FeatureTable, size_t FeatureTableSize) argument
307 const StringRef Feature = Features[i]; local
[all...]
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp90 Record *Feature = FeatureList[i]; local
92 const std::string &Name = Feature->getName();
93 const std::string &CommandLineName = Feature->getValueAsString("Name");
94 const std::string &Desc = Feature->getValueAsString("Desc");
105 Feature->getValueAsListOfDefs("Implies");
/external/harfbuzz/src/
H A Dharfbuzz-open.h49 HB_UShort* FeatureIndex; /* array of Feature indices */
52 HB_UShort FeatureCount; /* number of Feature indices */
95 /* Feature list related structures */
110 HB_Feature Feature; /* Feature table */ member in struct:HB_FeatureRecord_
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.h210 enum Feature { enum in class:QWebPage
317 void setFeaturePermission(QWebFrame* frame, Feature feature, PermissionPolicy policy);
403 void featurePermissionRequested(QWebFrame* frame, QWebPage::Feature feature);
404 void featurePermissionRequestCanceled(QWebFrame* frame, QWebPage::Feature feature);

Completed in 829 milliseconds