Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectSource.cpp389 SymbolContextList sc_list_symbols; in DumpLinesInFunctions() local
391 sc_list_symbols); in DumpLinesInFunctions()
392 size_t num_symbol_matches = sc_list_symbols.GetSize(); in DumpLinesInFunctions()
395 sc_list_symbols.GetContextAtIndex(i, sc); in DumpLinesInFunctions()
952 SymbolContextList sc_list_symbols; in DoExecute() local
953 FindMatchingFunctionSymbols(target, name, sc_list_symbols); in DoExecute()
954 size_t num_symbol_matches = sc_list_symbols.GetSize(); in DoExecute()
958 sc_list_symbols.GetContextAtIndex(i, sc); in DoExecute()