Lines Matching defs:line
48 // one line.
52 EXPECT_TRUE(h.Line(0xfde4abbed390c394LL, "source-file-name", 174823314));
70 Module::Line *line = &function->lines[0];
71 EXPECT_EQ(0xfde4abbed390c394LL, line->address);
72 EXPECT_EQ(0x10U, line->size); // derived from EndFunction
73 EXPECT_TRUE(line->file == file);
74 EXPECT_EQ(174823314, line->number);
143 // one line.
147 EXPECT_TRUE(h.Line(0xb4513962eff94e92LL, "source-file-name-1", 77396614));
148 EXPECT_TRUE(h.Line(0xb4513963eff94e92LL, "source-file-name-2", 87660088));
173 Module::Line *line1 = &function->lines[0];
179 Module::Line *line2 = &function->lines[1];
244 // Line size from next line
245 // Line size from function end
246 // Line size from next function start
247 // line size from cu end
248 // line size from next cu start
258 // zero-line, one-line, many-line functions