Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIATable.h17 class DIATable : public IPDBTable {
19 explicit DIATable(CComPtr<IDiaTable> DiaTable);
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn127 "DIA/DIATable.cpp",
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt37 DIA/DIATable.cpp
/llvm-project-15.0.7/llvm/include/llvm/
H A Dmodule.modulemap137 exclude header "DebugInfo/PDB/DIA/DIATable.h"
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5956 llvm/lib/DebugInfo/PDB/DIA/DIATable.cpp