Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDSymtab.h60 …Symbol * FindSymbolWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility …
71 … AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility …
73 … AppendSymbolIndexesWithName (const ConstString& symbol_name, Debug symbol_debug_type, Visibility …
75 …const ConstString& symbol_name, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility …
77 …const RegularExpression &regex, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility …
79 …dType (const ConstString &name, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility …
80 …const RegularExpression &regex, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility …
81 …dType (const ConstString &name, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility …
132 CheckSymbolAtIndex (size_t idx, Debug symbol_debug_type, Visibility symbol_visibility) const in CheckSymbolAtIndex() argument
134 switch (symbol_debug_type) in CheckSymbolAtIndex()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymtab.cpp541 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility sy… in AppendSymbolIndexesWithType() argument
553 if (CheckSymbolAtIndex(i, symbol_debug_type, symbol_visibility)) in AppendSymbolIndexesWithType()
673 Symtab::AppendSymbolIndexesWithName (const ConstString& symbol_name, Debug symbol_debug_type, Visib… in AppendSymbolIndexesWithName() argument
690 if (CheckSymbolAtIndex(all_name_indexes[i], symbol_debug_type, symbol_visibility)) in AppendSymbolIndexesWithName()
718 …Type (const ConstString& symbol_name, SymbolType symbol_type, Debug symbol_debug_type, Visibility … in AppendSymbolIndexesWithNameAndType() argument
722 if (AppendSymbolIndexesWithName(symbol_name, symbol_debug_type, symbol_visibility, indexes) > 0) in AppendSymbolIndexesWithNameAndType()
762 …ype (const RegularExpression &regexp, SymbolType symbol_type, Debug symbol_debug_type, Visibility … in AppendSymbolIndexesMatchingRegExAndType() argument
773 if (CheckSymbolAtIndex(i, symbol_debug_type, symbol_visibility) == false) in AppendSymbolIndexesMatchingRegExAndType()
789 Symtab::FindSymbolWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visi… in FindSymbolWithType() argument
798 if (CheckSymbolAtIndex(idx, symbol_debug_type, symbol_visibility)) in FindSymbolWithType()
[all …]