Lines Matching refs:LiveVariablePrinter
46 void LiveVariablePrinter::addVariable(DWARFDie FuncDie, DWARFDie VarDie) { in addVariable()
77 void LiveVariablePrinter::addFunction(DWARFDie D) { in addFunction()
89 unsigned LiveVariablePrinter::getIndentLevel() const { in getIndentLevel()
98 unsigned LiveVariablePrinter::moveToFirstVarColumn(formatted_raw_ostream &OS) { in moveToFirstVarColumn()
114 unsigned LiveVariablePrinter::findFreeColumn() { in findFreeColumn()
124 void LiveVariablePrinter::dump() const { in dump()
132 void LiveVariablePrinter::addCompileUnit(DWARFDie D) { in addCompileUnit()
145 void LiveVariablePrinter::update(object::SectionedAddress ThisAddr, in update()
202 const char *LiveVariablePrinter::getLineChar(LineChar C) const { in getLineChar()
228 void LiveVariablePrinter::printAfterOtherLine(formatted_raw_ostream &OS, in printAfterOtherLine()
256 void LiveVariablePrinter::printBetweenInsts(formatted_raw_ostream &OS, in printBetweenInsts()
315 void LiveVariablePrinter::printAfterInst(formatted_raw_ostream &OS) { in printAfterInst()
367 LiveVariablePrinter &LVP, in printSourceLine()
424 LiveVariablePrinter &LVP) { in printLines()
446 LiveVariablePrinter &LVP) { in printSources()