Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBTable.h21 virtual uint32_t getItemCount() const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIATable.h21 uint32_t getItemCount() const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp17 uint32_t DIATable::getItemCount() const { in getItemCount() function in DIATable
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp176 if (table_up->getItemCount() == 0) in CalculateAbilities()