Searched refs:PrintLines (Results 1 – 4 of 4) sorted by relevance
138 bool PrintLines(IDiaEnumLineNumbers *lines);
200 bool PDBSourceLineWriter::PrintLines(IDiaEnumLineNumbers *lines) { in PrintLines() function in google_breakpad::PDBSourceLineWriter290 if (!PrintLines(lines)) { in PrintFunction()
245 cl::opt<bool> PrintLines("line-numbers", variable250 cl::aliasopt(PrintLines));950 if (PrintLines) in printSourceLine()988 if (SP && (PrintSource || PrintLines)) in printInst()1021 if (SP && (PrintSource || PrintLines)) in printInst()1064 if (SP && (PrintSource || PrintLines)) in printInst()1096 if (SP && (PrintSource || PrintLines)) in printInst()1148 if (SP && (PrintSource || PrintLines)) in printInst()2393 if (DisassembleAll || PrintSource || PrintLines) in main()
1095 def PrintLines(self, lines): member in Printer1574 p.PrintLines(self._GetSource().split("\n"))1701 p.PrintLines(self._FormatLine(line) for line in lines)