Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDSymtab.h63 …uint32_t AppendSymbolIndexesWithName (const ConstString& symbol_name, std::vector<uint32_t>& ma…
64 …uint32_t AppendSymbolIndexesWithName (const ConstString& symbol_name, Debug symbol_debug_type, …
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDSymtab.cpp630 Symtab::AppendSymbolIndexesWithName (const ConstString& symbol_name, std::vector<uint32_t>& indexes) in AppendSymbolIndexesWithName() function in Symtab
647 Symtab::AppendSymbolIndexesWithName (const ConstString& symbol_name, Debug symbol_debug_type, Visib… in AppendSymbolIndexesWithName() function in Symtab
677 if (AppendSymbolIndexesWithName(symbol_name, indexes) > 0) in AppendSymbolIndexesWithNameAndType()
696 if (AppendSymbolIndexesWithName(symbol_name, symbol_debug_type, symbol_visibility, indexes) > 0) in AppendSymbolIndexesWithNameAndType()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp1668 num_matches = symtab->AppendSymbolIndexesWithName (symbol_name, match_indexes); in LookupSymbolInModule()