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

Derived Classes

include/llvm/DebugInfo/CodeView/TypeRecord.h
  470 class ClassRecord : public TagRecord {
  503 struct UnionRecord : public TagRecord {
  524 class EnumRecord : public TagRecord {

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  470 class ClassRecord : public TagRecord {
  503 struct UnionRecord : public TagRecord {
  524 class EnumRecord : public TagRecord {
include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
   66   codeview::TagRecord *Tag = nullptr;
include/llvm/DebugInfo/PDB/Native/TpiHashing.h
   42   codeview::TagRecord &getRecord() {
lib/DebugInfo/PDB/Native/TpiHashing.cpp
   27 static uint32_t getHashForUdt(const TagRecord &Rec,
lib/DebugInfo/PDB/Native/TpiStream.cpp
  204     TagRecord &ForwardTR = ForwardTRH->getRecord();
  205     TagRecord &FullTR = FullTRH->getRecord();
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
   90 static clang::TagTypeKind TranslateUdtKind(const TagRecord &cr) {
  215 PdbAstBuilder::CreateDeclInfoForType(const TagRecord &record, TypeIndex ti) {
  769                                                 const TagRecord &record) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
   99                                    const llvm::codeview::TagRecord &record);
  126   CreateDeclInfoForType(const llvm::codeview::TagRecord &record, TypeIndex ti);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h
   45   const llvm::codeview::TagRecord &asTag() const {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  529 static std::string GetUnqualifiedTypeName(const TagRecord &record) {
  550                                             const TagRecord &record,
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
  186                                       const llvm::codeview::TagRecord &record,