Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp372 SymbolContextList sc_list_lines; in DumpLinesInFunctions() local
429 if (!GetSymbolContextsForAddress(module_list, addr, sc_list_lines, in DumpLinesInFunctions()
443 if (sc_list_lines.GetSize() == 0) { in DumpLinesInFunctions()
450 if (!DumpLinesInSymbolContexts(result.GetOutputStream(), sc_list_lines, in DumpLinesInFunctions()