Searched refs:AppendSymbolIndexesWithName (Results 1 – 4 of 4) sorted by relevance
/external/lldb/include/lldb/Symbol/ |
D | Symtab.h | 63 …uint32_t AppendSymbolIndexesWithName (const ConstString& symbol_name, std::vector<uint32_t>& ma… 64 …uint32_t AppendSymbolIndexesWithName (const ConstString& symbol_name, Debug symbol_debug_type, …
|
/external/lldb/source/Symbol/ |
D | Symtab.cpp | 630 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()
|
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 3448 … if (symtab->AppendSymbolIndexesWithName (global_symbol->GetMangled().GetName(), indexes) > 0) in ParseSymtab()
|
/external/lldb/source/Commands/ |
D | CommandObjectTarget.cpp | 1600 num_matches = symtab->AppendSymbolIndexesWithName (symbol_name, match_indexes); in LookupSymbolInModule()
|