Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp194 ActiveCols[ColIdx].MustDrawLabel = true; in update()
266 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) { in printBetweenInsts()
272 if (ActiveCols[ColIdx2].MustDrawLabel && !ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()
311 ActiveCols[ColIdx].MustDrawLabel = false; in printBetweenInsts()
H A DSourcePrinter.h50 bool MustDrawLabel = false; member