Home | History | Annotate | Download | only in compiler

Lines Matching refs:lines

40     std::vector<std::string> lines;
56 ReformatCfi(Objdump(false, "-W"), &lines);
63 ReformatAsm(&stream, &lines);
65 std::stable_sort(lines.begin(), lines.end(), CompareByAddress);
66 for (const std::string& line : lines) {
80 // Spit to lines and remove raw instruction bytes.
98 // Find interesting parts of objdump output and prefix the lines with address.
99 static void ReformatCfi(const std::vector<std::string>& lines,
102 for (const std::string& line : lines) {