/aosp_15_r20/external/libchrome/base/ |
H A D | feature_list.cc | 33 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 D | feature_list.cc | 146 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 D | SubtargetFeature.cpp | 135 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 D | WebAssemblyAsmPrinter.cpp | 231 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 D | WebAssemblyAsmPrinter.cpp | 495 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 D | MCSubtargetInfo.cpp | 64 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 D | MCSubtargetInfo.cpp | 65 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 D | WasmYAML.h | 132 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 D | WasmYAML.h | 141 struct FeatureEntry { struct 142 FeaturePolicyPrefix Prefix; 143 std::string Name;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 141 struct FeatureEntry { struct 142 FeaturePolicyPrefix Prefix; 143 std::string Name;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 141 struct FeatureEntry { struct 142 FeaturePolicyPrefix Prefix; 143 std::string Name;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 141 struct FeatureEntry { struct 142 FeaturePolicyPrefix Prefix; 143 std::string Name;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 141 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 D | WasmYAML.cpp | 344 IO &IO, WasmYAML::FeatureEntry &FeatureEntry) { in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | WasmYAML.cpp | 349 IO &IO, WasmYAML::FeatureEntry &FeatureEntry) { in mapping()
|