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

References

include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h
   62   const codeview::EnumRecord &getEnumRecord() const { return *Record; }
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  182   Session.getSymbolCache().findSymbolByTypeIndex(Record->getUnderlyingType());
  184   codeview::TypeIndex Underlying = Record->getUnderlyingType();
  258   return bool(Record->getOptions() &
  266   return bool(Record->getOptions() &
  274   return bool(Record->getOptions() &
  282   return bool(Record->getOptions() & codeview::ClassOptions::Intrinsic);
  289   return bool(Record->getOptions() &
  298       Record->getUnderlyingType());
  308   return Record->getName();
  315   return bool(Record->getOptions() & codeview::ClassOptions::Nested);
  322   return bool(Record->getOptions() &
  330   return bool(Record->getOptions() & codeview::ClassOptions::Packed);
  337   return bool(Record->getOptions() & codeview::ClassOptions::Scoped);
  345       Record->getUnderlyingType());