Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp372 SymbolContextList sc_list_funcs; in DumpLinesInFunctions() local
387 sc_list_funcs); in DumpLinesInFunctions()
388 size_t num_matches = sc_list_funcs.GetSize(); in DumpLinesInFunctions()
404 sc_list_funcs.Append(SymbolContext(function)); in DumpLinesInFunctions()
417 sc_list_funcs.GetContextAtIndex(i, sc); in DumpLinesInFunctions()