Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp124 if (!ActiveCols[ColIdx].isActive()) in findFreeColumn()
127 size_t OldSize = ActiveCols.size(); in findFreeColumn()
160 if (!ActiveCols[ColIdx].isActive()) in update()
171 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()
238 if (ActiveCols.size()) { in printAfterOtherLine()
268 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) { in printBetweenInsts()
274 if (ActiveCols[ColIdx2].MustDrawLabel && !ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()
300 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()
312 if (ActiveCols[ColIdx].isActive()) in printBetweenInsts()
324 if (!ActiveCols.size()) in printAfterInst()
[all …]
H A DSourcePrinter.h61 IndexedMap<Column> ActiveCols; variable
85 : ActiveCols(Column()), MRI(MRI), STI(STI) {} in LiveVariablePrinter()