Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOS.cpp379 std::vector<uint32_t> match_indexes; in GetDyldLockVariableAddressFromModule() local
383 symtab->AppendSymbolIndexesWithName(g_symbol_name, match_indexes); in GetDyldLockVariableAddressFromModule()
385 Symbol *symbol = symtab->SymbolAtIndex(match_indexes[0]); in GetDyldLockVariableAddressFromModule()
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp1553 std::vector<uint32_t> match_indexes; in LookupSymbolInModule() local
1559 name_regexp, eSymbolTypeAny, match_indexes); in LookupSymbolInModule()
1562 symtab->AppendSymbolIndexesWithName(symbol_name, match_indexes); in LookupSymbolInModule()
1573 Symbol *symbol = symtab->SymbolAtIndex(match_indexes[i]); in LookupSymbolInModule()