Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp180 while (auto table_up = enum_tables_up->getNext()) { in CalculateAbilities() local
181 if (table_up->getItemCount() == 0) in CalculateAbilities()
183 auto type = table_up->getTableType(); in CalculateAbilities()