Home
last modified time | relevance | path

Searched refs:PDBSymbolTypeVTable (Results 1 – 25 of 25) 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeVTable.cpp19 PDBSymbolTypeVTable::PDBSymbolTypeVTable(const IPDBSession &PDBSession, in PDBSymbolTypeVTable() function in PDBSymbolTypeVTable
25 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()
DUDTLayout.cpp98 std::unique_ptr<PDBSymbolTypeVTable> VT) in VTableLayoutItem()
172 UniquePtrVector<PDBSymbolTypeVTable> VTables; in initializeChildren()
189 } else if (auto VT = unique_dyn_cast<PDBSymbolTypeVTable>(Child)) in initializeChildren()
DCMakeLists.txt109 PDBSymbolTypeVTable.cpp
DPDBSymbol.cpp94 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeVTable.h21 class PDBSymbolTypeVTable : public PDBSymbol {
23 PDBSymbolTypeVTable(const IPDBSession &PDBSession,
DPDBSymDumper.h52 virtual void dump(const PDBSymbolTypeVTable &Symbol);
70 virtual void dumpRight(const PDBSymbolTypeVTable &Symbol) {} in dumpRight()
DUDTLayout.h102 std::unique_ptr<PDBSymbolTypeVTable> VTable);
108 std::unique_ptr<PDBSymbolTypeVTable> VTable;
DPDBTypes.h57 class PDBSymbolTypeVTable; variable
DIPDBRawSymbol.h24 class PDBSymbolTypeVTable; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyClassLayoutGraphicalDumper.h35 void dump(const PDBSymbolTypeVTable &Symbol) override;
DPrettyVariableDumper.h28 void start(const PDBSymbolTypeVTable &Var, uint32_t Offset = 0);
DPrettyClassLayoutGraphicalDumper.cpp171 void PrettyClassLayoutGraphicalDumper::dump(const PDBSymbolTypeVTable &Symbol) { in dump()
DPrettyVariableDumper.cpp102 void VariableDumper::start(const PDBSymbolTypeVTable &Var, uint32_t Offset) { in start()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp496 VerifyDyncast<PDBSymbolTypeVTable>(PDB_SymType::VTable); in TEST_F()