Home
last modified time | relevance | path

Searched refs:PrintLines (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.h138 bool PrintLines(IDiaEnumLineNumbers *lines);
Dpdb_source_line_writer.cc200 bool PDBSourceLineWriter::PrintLines(IDiaEnumLineNumbers *lines) { in PrintLines() function in google_breakpad::PDBSourceLineWriter
290 if (!PrintLines(lines)) { in PrintFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp245 cl::opt<bool> PrintLines("line-numbers", variable
250 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()
/external/v8/tools/
Dgrokdump.py1095 def PrintLines(self, lines): member in Printer
1574 p.PrintLines(self._GetSource().split("\n"))
1701 p.PrintLines(self._FormatLine(line) for line in lines)