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

References

include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h
   63   void printMemberAttributes(MemberAttributes Attrs);
include/llvm/DebugInfo/CodeView/TypeRecord.h
  729   OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset,
  751   MemberAttributes Attrs;
  793   DataMemberRecord(MemberAttributes Attrs, TypeIndex Type, uint64_t Offset,
  807   MemberAttributes Attrs;
  818   StaticDataMemberRecord(MemberAttributes Attrs, TypeIndex Type, StringRef Name)
  829   MemberAttributes Attrs;
  839   EnumeratorRecord(MemberAttributes Attrs, APSInt Value, StringRef Name)
  850   MemberAttributes Attrs;
  873   BaseClassRecord(MemberAttributes Attrs, TypeIndex Type, uint64_t Offset)
  884   MemberAttributes Attrs;
  894   VirtualBaseClassRecord(TypeRecordKind Kind, MemberAttributes Attrs,
  911   MemberAttributes Attrs;
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  435 void TypeDumpVisitor::printMemberAttributes(MemberAttributes Attrs) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
   74                                    MemberAttributes attrs) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
   76                  llvm::codeview::MemberAttributes attrs);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  183 static std::string memberAttributes(const MemberAttributes &Attrs) {