Searched refs:PDBSymbolTypeVTable (Results 1 – 10 of 10) sorted by relevance
19 PDBSymbolTypeVTable::PDBSymbolTypeVTable(const IPDBSession &PDBSession, in PDBSymbolTypeVTable() function in PDBSymbolTypeVTable23 void PDBSymbolTypeVTable::dump(PDBSymDumper &Dumper) const { in dump()
133 void PDBSymDumper::dump(const PDBSymbolTypeVTable &Symbol) { in dump()134 PDB_SYMDUMP_UNREACHABLE(PDBSymbolTypeVTable) in dump()
89 PDBSymbolTypeVTable.cpp
93 FACTORY_SYMTAG_CASE(VTable, PDBSymbolTypeVTable) in create()
21 class PDBSymbolTypeVTable : public PDBSymbol {23 PDBSymbolTypeVTable(const IPDBSession &PDBSession,
52 virtual void dump(const PDBSymbolTypeVTable &Symbol);
61 class PDBSymbolTypeVTable; variable
38 void dump(const PDBSymbolTypeVTable &Symbol) override;
171 void ClassDefinitionDumper::dump(const PDBSymbolTypeVTable &Symbol) {} in dump()
414 VerifyDyncast<PDBSymbolTypeVTable>(PDB_SymType::VTable); in TEST_F()