Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp166 while (auto table_up = enum_tables_up->getNext()) { in CalculateAbilities() local
167 if (table_up->getItemCount() == 0) in CalculateAbilities()
169 auto type = table_up->getTableType(); in CalculateAbilities()