Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp190 ActiveCols[ColIdx].MustDrawLabel = true; in update()
262 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) { in printBetweenInsts()
268 if (ActiveCols[ColIdx2].MustDrawLabel && !ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()
307 ActiveCols[ColIdx].MustDrawLabel = false; in printBetweenInsts()
H A DSourcePrinter.h49 bool MustDrawLabel = false; member