Home
last modified time | relevance | path

Searched refs:DIATable (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp15 DIATable::DIATable(CComPtr<IDiaTable> DiaTable) : Table(DiaTable) {} in DIATable() function in DIATable
17 uint32_t DIATable::getItemCount() const { in getItemCount()
22 std::string DIATable::getName() const { in getName()
26 PDB_TableType DIATable::getTableType() const { in getTableType()
H A DDIAEnumTables.cpp32 return std::unique_ptr<IPDBTable>(new DIATable(Item)); in getChildAtIndex()
41 return std::unique_ptr<IPDBTable>(new DIATable(Item)); in getNext()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIATable.h17 class DIATable : public IPDBTable {
19 explicit DIATable(CComPtr<IDiaTable> DiaTable);
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap155 exclude header "llvm/DebugInfo/PDB/DIA/DIATable.h"