Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp529 if (CheckSymbolAtIndex(i, symbol_debug_type, symbol_visibility)) in AppendSymbolIndexesWithType()
661 if (CheckSymbolAtIndex(all_name_indexes[i], symbol_debug_type, in AppendSymbolIndexesWithName()
742 if (!CheckSymbolAtIndex(i, symbol_debug_type, symbol_visibility)) in AppendSymbolIndexesMatchingRegExAndType()
765 if (CheckSymbolAtIndex(idx, symbol_debug_type, symbol_visibility)) { in FindSymbolWithType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymtab.h167 bool CheckSymbolAtIndex(size_t idx, Debug symbol_debug_type, in CheckSymbolAtIndex() function