Searched refs:PDBSymbolTypeVTable (Results 1 – 16 of 16) sorted by relevance
51 virtual void dump(const PDBSymbolTypeVTable &Symbol);69 virtual void dumpRight(const PDBSymbolTypeVTable &Symbol) {} in dumpRight()
19 class PDBSymbolTypeVTable : public PDBSymbol {
100 std::unique_ptr<PDBSymbolTypeVTable> VTable);106 std::unique_ptr<PDBSymbolTypeVTable> VTable;
61 class PDBSymbolTypeVTable; variable
132 void PDBSymDumper::dump(const PDBSymbolTypeVTable &Symbol) { in dump()133 PDB_SYMDUMP_UNREACHABLE(PDBSymbolTypeVTable) in dump()
16 void PDBSymbolTypeVTable::dump(PDBSymDumper &Dumper) const { 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()
137 PDBSymbolTypeVTable.cpp
90 FACTORY_SYMTAG_CASE(VTable, PDBSymbolTypeVTable) in createSymbol()
34 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()
102 "PDBSymbolTypeVTable.cpp",
500 VerifyDyncast<PDBSymbolTypeVTable>(PDB_SymType::VTable); in TEST_F()
5205 llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h5937 llvm/lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp