Home
last modified time | relevance | path

Searched refs:HfaKind (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp59 LLVM_YAML_DECLARE_ENUM_TRAITS(HfaKind)
287 void ScalarEnumerationTraits<HfaKind>::enumeration(IO &IO, HfaKind &Value) { in enumeration()
288 IO.enumCase(Value, "None", HfaKind::None); in enumeration()
289 IO.enumCase(Value, "Float", HfaKind::Float); in enumeration()
290 IO.enumCase(Value, "Double", HfaKind::Double); in enumeration()
291 IO.enumCase(Value, "Other", HfaKind::Other); in enumeration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h481 HfaKind getHfa() const { in getHfa()
484 return static_cast<HfaKind>(Value); in getHfa()
512 HfaKind getHfa() const { in getHfa()
515 return static_cast<HfaKind>(Value); in getHfa()
DCodeView.h252 enum class HfaKind : uint8_t { enum