Home
last modified time | relevance | path

Searched defs:FeatureEntry (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dfeature_list.cc33 struct FeatureEntry { struct
35 static constexpr uint32_t kPersistentTypeId = 0x06567CA6 + 1;
38 static constexpr size_t kExpectedInstanceSize = 8;
42 uint32_t override_state;
45 uint32_t pickle_size;
49 bool GetFeatureAndTrialName(StringPiece* feature_name, in GetFeatureAndTrialName()
/aosp_15_r20/external/cronet/base/
H A Dfeature_list.cc146 struct FeatureEntry { struct
148 static constexpr uint32_t kPersistentTypeId = 0x06567CA6 + 2;
151 static constexpr size_t kExpectedInstanceSize = 16;
155 uint32_t override_state;
159 uint32_t padding;
162 uint64_t pickle_size;
165 uint8_t* GetPickledDataPtr() { return reinterpret_cast<uint8_t*>(this + 1); } in GetPickledDataPtr()
166 const uint8_t* GetPickledDataPtr() const { in GetPickledDataPtr()
172 bool GetFeatureAndTrialName(std::string_view* feature_name, in GetFeatureAndTrialName()
/aosp_15_r20/external/llvm/lib/MC/
H A DSubtargetFeature.cpp135 void SetImpliedBits(FeatureBitset &Bits, const SubtargetFeatureKV *FeatureEntry, in SetImpliedBits()
152 const SubtargetFeatureKV *FeatureEntry, in ClearImpliedBits()
170 const SubtargetFeatureKV *FeatureEntry = in ToggleFeature() local
197 const SubtargetFeatureKV *FeatureEntry = in ApplyFeatureFlag() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp231 struct FeatureEntry { in EmitTargetFeatures() struct
232 uint8_t Prefix; in EmitTargetFeatures()
233 StringRef Name; in EmitTargetFeatures()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp495 struct FeatureEntry { in EmitTargetFeatures() struct
496 uint8_t Prefix; in EmitTargetFeatures()
497 std::string Name; in EmitTargetFeatures()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSubtargetInfo.cpp64 const SubtargetFeatureKV *FeatureEntry = in ApplyFeatureFlag() local
250 const SubtargetFeatureKV *FeatureEntry = in ToggleFeature() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCSubtargetInfo.cpp65 const SubtargetFeatureKV *FeatureEntry = in ApplyFeatureFlag() local
270 const SubtargetFeatureKV *FeatureEntry = in ToggleFeature() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h132 struct FeatureEntry { struct
133 FeaturePolicyPrefix Prefix;
134 std::string Name;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h141 struct FeatureEntry { struct
142 FeaturePolicyPrefix Prefix;
143 std::string Name;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DWasmYAML.h141 struct FeatureEntry { struct
142 FeaturePolicyPrefix Prefix;
143 std::string Name;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DWasmYAML.h141 struct FeatureEntry { struct
142 FeaturePolicyPrefix Prefix;
143 std::string Name;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DWasmYAML.h141 struct FeatureEntry { struct
142 FeaturePolicyPrefix Prefix;
143 std::string Name;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DWasmYAML.h141 struct FeatureEntry { struct
142 FeaturePolicyPrefix Prefix;
143 std::string Name;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp344 IO &IO, WasmYAML::FeatureEntry &FeatureEntry) { in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp349 IO &IO, WasmYAML::FeatureEntry &FeatureEntry) { in mapping()