reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  481   HfaKind getHfa() const {
  512   HfaKind getHfa() const {
include/llvm/Support/YAMLTraits.h
  793   void enumCase(T &Val, const char* Str, const T ConstVal) {
  793   void enumCase(T &Val, const char* Str, const T ConstVal) {
  801   void enumCase(T &Val, const char* Str, const uint32_t ConstVal) {
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  287 void ScalarEnumerationTraits<HfaKind>::enumeration(IO &IO, HfaKind &Value) {
  288   IO.enumCase(Value, "None", HfaKind::None);
  289   IO.enumCase(Value, "Float", HfaKind::Float);
  290   IO.enumCase(Value, "Double", HfaKind::Double);
  291   IO.enumCase(Value, "Other", HfaKind::Other);