Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp235 bool AfterInst) { in printAfterOtherLine() argument
241 if ((AfterInst && ActiveCols[ColIdx].LiveOut) || in printAfterOtherLine()
242 (!AfterInst && ActiveCols[ColIdx].LiveIn)) in printAfterOtherLine()
244 else if (!AfterInst && ActiveCols[ColIdx].LiveOut) in printAfterOtherLine()
H A DSourcePrinter.h115 void printAfterOtherLine(formatted_raw_ostream &OS, bool AfterInst);