Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp329 Symbol *previous_symbol = nullptr; in PrintInstructions() local
359 if (sc.symbol != previous_symbol) { in PrintInstructions()
379 previous_symbol = nullptr; in PrintInstructions()
401 if (previous_symbol != sc.symbol) { in PrintInstructions()
406 if (previous_symbol != nullptr) in PrintInstructions()
409 previous_symbol = sc.symbol; in PrintInstructions()