Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectSource.cpp373 SymbolContextList sc_list_lines; in DumpLinesInFunctions() local
432 if (!GetSymbolContextsForAddress(module_list, addr, sc_list_lines, in DumpLinesInFunctions()
446 if (sc_list_lines.GetSize() == 0) { in DumpLinesInFunctions()
453 if (!DumpLinesInSymbolContexts(result.GetOutputStream(), sc_list_lines, in DumpLinesInFunctions()