Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBTable.h23 virtual PDB_TableType getTableType() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIATable.h24 PDB_TableType getTableType() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp27 PDB_TableType DIATable::getTableType() const { in getTableType() function in DIATable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp166 auto type = table_up->getTableType(); in CalculateAbilities()