Lines Matching refs:LiveVariablePrinter
54 void LiveVariablePrinter::addVariable(DWARFDie FuncDie, DWARFDie VarDie) { in addVariable()
85 void LiveVariablePrinter::addFunction(DWARFDie D) { in addFunction()
97 unsigned LiveVariablePrinter::getIndentLevel() const { in getIndentLevel()
106 unsigned LiveVariablePrinter::moveToFirstVarColumn(formatted_raw_ostream &OS) { in moveToFirstVarColumn()
122 unsigned LiveVariablePrinter::findFreeColumn() { in findFreeColumn()
132 void LiveVariablePrinter::dump() const { in dump()
140 void LiveVariablePrinter::addCompileUnit(DWARFDie D) { in addCompileUnit()
153 void LiveVariablePrinter::update(object::SectionedAddress ThisAddr, in update()
210 const char *LiveVariablePrinter::getLineChar(LineChar C) const { in getLineChar()
236 void LiveVariablePrinter::printAfterOtherLine(formatted_raw_ostream &OS, in printAfterOtherLine()
264 void LiveVariablePrinter::printBetweenInsts(formatted_raw_ostream &OS, in printBetweenInsts()
323 void LiveVariablePrinter::printAfterInst(formatted_raw_ostream &OS) { in printAfterInst()
375 LiveVariablePrinter &LVP, in printSourceLine()
432 LiveVariablePrinter &LVP) { in printLines()
482 LiveVariablePrinter &LVP) { in printSources()