Searched refs:PDBSymbolTypeVTable (Results 1 – 13 of 13) sorted by relevance
132 void PDBSymDumper::dump(const PDBSymbolTypeVTable &Symbol) { in dump()133 PDB_SYMDUMP_UNREACHABLE(PDBSymbolTypeVTable) in dump()
100 std::unique_ptr<PDBSymbolTypeVTable> VT) in VTableLayoutItem()174 UniquePtrVector<PDBSymbolTypeVTable> VTables; in initializeChildren()191 } else if (auto VT = unique_dyn_cast<PDBSymbolTypeVTable>(Child)) in initializeChildren()
16 void PDBSymbolTypeVTable::dump(PDBSymDumper &Dumper) const { in dump()
90 FACTORY_SYMTAG_CASE(VTable, PDBSymbolTypeVTable) in createSymbol()
51 virtual void dump(const PDBSymbolTypeVTable &Symbol);69 virtual void dumpRight(const PDBSymbolTypeVTable &Symbol) {} in dumpRight()
100 std::unique_ptr<PDBSymbolTypeVTable> VTable);106 std::unique_ptr<PDBSymbolTypeVTable> VTable;
19 class PDBSymbolTypeVTable : public PDBSymbol {
61 class PDBSymbolTypeVTable; variable
32 void dump(const PDBSymbolTypeVTable &Symbol) override;
27 void start(const PDBSymbolTypeVTable &Var, uint32_t Offset = 0);
171 void PrettyClassLayoutGraphicalDumper::dump(const PDBSymbolTypeVTable &Symbol) { in dump()
103 void VariableDumper::start(const PDBSymbolTypeVTable &Var, uint32_t Offset) { in start()
672 SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeVTable.cpp