Lines Matching full:address
106 void DwarfLineToModule::AddLine(uint64 address, uint64 length,
112 // Clip lines not to extend beyond the end of the address space.
113 if (address + length < address)
114 length = -address;
117 if (address == 0 || address == omitted_line_end_) {
118 omitted_line_end_ = address + length;
135 line.address = address;