Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIATable.cpp17 DIATable::DIATable(CComPtr<IDiaTable> DiaTable) in DIATable() function in DIATable
20 uint32_t DIATable::getItemCount() const { in getItemCount()
25 std::string DIATable::getName() const { in getName()
38 PDB_TableType DIATable::getTableType() const { in getTableType()
DDIAEnumTables.cpp34 return std::unique_ptr<IPDBTable>(new DIATable(Item)); in getChildAtIndex()
43 return std::unique_ptr<IPDBTable>(new DIATable(Item)); in getNext()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIATable.h18 class DIATable : public IPDBTable {
20 explicit DIATable(CComPtr<IDiaTable> DiaTable);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt30 DIA/DIATable.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/
Dmodule.modulemap103 exclude header "DebugInfo/PDB/DIA/DIATable.h"