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

References

include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h
   21   DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::VTableShape)
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
   53   case PDB_SymType::VTableShape:
lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp
   10     : NativeRawSymbol(Session, PDB_SymType::VTableShape, Id), TI(TI),
lib/DebugInfo/PDB/PDBExtras.cpp
  249     CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, VTableShape, OS)
lib/DebugInfo/PDB/PDBSymbol.cpp
   89     FACTORY_SYMTAG_CASE(VTableShape, PDBSymbolTypeVTableShape)
tools/llvm-pdbutil/llvm-pdbutil.cpp
 1030     SymTypes.push_back(PDB_SymType::VTableShape);
unittests/DebugInfo/PDB/PDBApiTest.cpp
  437     InsertItemWithTag(PDB_SymType::VTableShape);
  499   VerifyDyncast<PDBSymbolTypeVTableShape>(PDB_SymType::VTableShape);