Home
last modified time | relevance | path

Searched refs:IPDBTable (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAEnumTables.h18 class IPDBTable; variable
20 class DIAEnumTables : public IPDBEnumChildren<IPDBTable> {
25 std::unique_ptr<IPDBTable> getChildAtIndex(uint32_t Index) const override;
26 std::unique_ptr<IPDBTable> getNext() override;
H A DDIATable.h17 class DIATable : public IPDBTable {
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumTables.cpp23 std::unique_ptr<IPDBTable>
32 return std::unique_ptr<IPDBTable>(new DIATable(Item)); in getChildAtIndex()
35 std::unique_ptr<IPDBTable> DIAEnumTables::getNext() { in getNext()
41 return std::unique_ptr<IPDBTable>(new DIATable(Item)); in getNext()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBInterfaceAnchors.cpp33 IPDBTable::~IPDBTable() = default;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBTable.h16 class IPDBTable {
18 virtual ~IPDBTable();
H A DPDBTypes.h34 class IPDBTable; variable
73 using IPDBEnumTables = IPDBEnumChildren<IPDBTable>;