Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp175 while (auto table_up = enum_tables_up->getNext()) { in CalculateAbilities() local
176 if (table_up->getItemCount() == 0) in CalculateAbilities()
178 auto type = table_up->getTableType(); in CalculateAbilities()