Searched refs:getMemoryLocation (Results 1 – 2 of 2) sorted by relevance
153 LocBuffer.append("%p", Loc.getMemoryLocation()); in renderLocation()238 if (Ranges[I].getEnd().getMemoryLocation() > Loc && in upperBound()240 Best->getStart().getMemoryLocation() > in upperBound()241 Ranges[I].getStart().getMemoryLocation())) in upperBound()265 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min); in renderMemorySnippet()266 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max); in renderMemorySnippet()292 if (InRange && InRange->getEnd().getMemoryLocation() == P) in renderMemorySnippet()296 if (InRange && InRange->getStart().getMemoryLocation() < P) in renderMemorySnippet()298 if (InRange && InRange->getStart().getMemoryLocation() <= P) in renderMemorySnippet()309 if (!InRange || InRange->getEnd().getMemoryLocation() == P) in renderMemorySnippet()[all …]
86 MemoryLocation getMemoryLocation() const { in getMemoryLocation() function