Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectSource.cpp371 SymbolContextList sc_list_funcs; in DumpLinesInFunctions() local
383 /*include_inlines=*/true, sc_list_funcs); in DumpLinesInFunctions()
384 size_t num_matches = sc_list_funcs.GetSize(); in DumpLinesInFunctions()
400 sc_list_funcs.Append(SymbolContext(function)); in DumpLinesInFunctions()
413 sc_list_funcs.GetContextAtIndex(i, sc); in DumpLinesInFunctions()