Searched defs:addressRange (Results 1 – 7 of 7) sorted by relevance
234 type addressRange struct { struct235 begin uint64236 end uint64237 pat uint238 nx bool243 func (ar *addressRange) Size() uint64 {247 func (ar *addressRange) Base() uint64 {251 func (ar *addressRange) Pat() uint {255 func (ar *addressRange) Nx() bool {259 func (ar *addressRange) String() string {[all …]
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