Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp370 SymbolContextList sc_list_funcs; in DumpLinesInFunctions() local
385 sc_list_funcs); in DumpLinesInFunctions()
386 size_t num_matches = sc_list_funcs.GetSize(); in DumpLinesInFunctions()
399 sc_list_funcs.Append(SymbolContext(function)); in DumpLinesInFunctions()
410 for (const SymbolContext &sc : sc_list_funcs) { in DumpLinesInFunctions()