Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DSourcePrinter.cpp200 ActiveCols[ColIdx].MustDrawLabel = true; in update()
272 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) { in printBetweenInsts()
278 if (ActiveCols[ColIdx2].MustDrawLabel && !ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()
317 ActiveCols[ColIdx].MustDrawLabel = false; in printBetweenInsts()
DSourcePrinter.h50 bool MustDrawLabel = false; member