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()
99 std::unique_ptr<PDBSymbolTypeVTable> VT) in VTableLayoutItem()173 UniquePtrVector<PDBSymbolTypeVTable> VTables; in initializeChildren()190 } 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()
52 virtual void dump(const PDBSymbolTypeVTable &Symbol);70 virtual void dumpRight(const PDBSymbolTypeVTable &Symbol) {} in dumpRight()
20 class LLVM_ABI PDBSymbolTypeVTable : public PDBSymbol {
103 std::unique_ptr<PDBSymbolTypeVTable> VTable);109 std::unique_ptr<PDBSymbolTypeVTable> VTable;
61 class PDBSymbolTypeVTable; variable
32 void dump(const PDBSymbolTypeVTable &Symbol) override;
27 void start(const PDBSymbolTypeVTable &Var, uint32_t Offset = 0);
170 void PrettyClassLayoutGraphicalDumper::dump(const PDBSymbolTypeVTable &Symbol) { in dump()
103 void VariableDumper::start(const PDBSymbolTypeVTable &Var, uint32_t Offset) { in start()
742 SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeVTable.cpp