Searched refs:MemoryLocation (Results 1 – 2 of 2) sorted by relevance
51 typedef uptr MemoryLocation; typedef63 MemoryLocation MemoryLoc;70 Location(MemoryLocation Loc) : in Location()86 MemoryLocation getMemoryLocation() const { in getMemoryLocation()109 Range(MemoryLocation Start, MemoryLocation End, const char *Text) in Range()
197 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound()219 static void renderMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in renderMemorySnippet()224 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc); in renderMemorySnippet()225 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc); in renderMemorySnippet()226 MemoryLocation OrigMin = Min; in renderMemorySnippet()