Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeVTable.cpp19 PDBSymbolTypeVTable::PDBSymbolTypeVTable(const IPDBSession &PDBSession, in PDBSymbolTypeVTable() function in PDBSymbolTypeVTable
23 void PDBSymbolTypeVTable::dump(PDBSymDumper &Dumper) const { in dump()
DPDBSymDumper.cpp133 void PDBSymDumper::dump(const PDBSymbolTypeVTable &Symbol) { in dump()
134 PDB_SYMDUMP_UNREACHABLE(PDBSymbolTypeVTable) in dump()
DCMakeLists.txt89 PDBSymbolTypeVTable.cpp
DPDBSymbol.cpp93 FACTORY_SYMTAG_CASE(VTable, PDBSymbolTypeVTable) in create()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeVTable.h21 class PDBSymbolTypeVTable : public PDBSymbol {
23 PDBSymbolTypeVTable(const IPDBSession &PDBSession,
DPDBSymDumper.h52 virtual void dump(const PDBSymbolTypeVTable &Symbol);
DPDBTypes.h61 class PDBSymbolTypeVTable; variable
/external/llvm/tools/llvm-pdbdump/
DClassDefinitionDumper.h38 void dump(const PDBSymbolTypeVTable &Symbol) override;
DClassDefinitionDumper.cpp171 void ClassDefinitionDumper::dump(const PDBSymbolTypeVTable &Symbol) {} in dump()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp414 VerifyDyncast<PDBSymbolTypeVTable>(PDB_SymType::VTable); in TEST_F()