Searched defs:addressRange (Results 1 – 5 of 5) sorted by relevance
183 type addressRange struct { struct184 begin, end uint64185 obj plugin.ObjFile186 mapping *profile.Mapping187 score int64 // Used to order ranges for processing
39 LVAddressRange addressRange() const { in addressRange() function