Home
last modified time | relevance | path

Searched refs:PDBSymbolTypeVTable (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymDumper.h51 virtual void dump(const PDBSymbolTypeVTable &Symbol);
69 virtual void dumpRight(const PDBSymbolTypeVTable &Symbol) {} in dumpRight()
DUDTLayout.h101 std::unique_ptr<PDBSymbolTypeVTable> VTable);
107 std::unique_ptr<PDBSymbolTypeVTable> VTable;
DPDBSymbolTypeVTable.h20 class PDBSymbolTypeVTable : public PDBSymbol {
DPDBTypes.h61 class PDBSymbolTypeVTable; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymDumper.cpp132 void PDBSymDumper::dump(const PDBSymbolTypeVTable &Symbol) { in dump()
133 PDB_SYMDUMP_UNREACHABLE(PDBSymbolTypeVTable) in dump()
DUDTLayout.cpp97 std::unique_ptr<PDBSymbolTypeVTable> VT) in VTableLayoutItem()
171 UniquePtrVector<PDBSymbolTypeVTable> VTables; in initializeChildren()
188 } else if (auto VT = unique_dyn_cast<PDBSymbolTypeVTable>(Child)) in initializeChildren()
DPDBSymbolTypeVTable.cpp18 void PDBSymbolTypeVTable::dump(PDBSymDumper &Dumper) const { in dump()
DPDBSymbol.cpp90 FACTORY_SYMTAG_CASE(VTable, PDBSymbolTypeVTable) in createSymbol()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyClassLayoutGraphicalDumper.h34 void dump(const PDBSymbolTypeVTable &Symbol) override;
DPrettyVariableDumper.h27 void start(const PDBSymbolTypeVTable &Var, uint32_t Offset = 0);
DPrettyClassLayoutGraphicalDumper.cpp170 void PrettyClassLayoutGraphicalDumper::dump(const PDBSymbolTypeVTable &Symbol) { in dump()
DPrettyVariableDumper.cpp101 void VariableDumper::start(const PDBSymbolTypeVTable &Var, uint32_t Offset) { in start()
/freebsd-12-stable/lib/clang/libllvm/
DMakefile600 SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeVTable.cpp