Searched refs:getMemoryLocation (Results 1 – 2 of 2) sorted by relevance
125 LocBuffer.append("%p", Loc.getMemoryLocation()); in renderLocation()201 if (Ranges[I].getEnd().getMemoryLocation() > Loc && in upperBound()203 Best->getStart().getMemoryLocation() > in upperBound()204 Ranges[I].getStart().getMemoryLocation())) in upperBound()228 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min); in renderMemorySnippet()229 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max); in renderMemorySnippet()255 if (InRange && InRange->getEnd().getMemoryLocation() == P) in renderMemorySnippet()259 if (InRange && InRange->getStart().getMemoryLocation() < P) in renderMemorySnippet()261 if (InRange && InRange->getStart().getMemoryLocation() <= P) in renderMemorySnippet()272 if (!InRange || InRange->getEnd().getMemoryLocation() == P) in renderMemorySnippet()[all …]
86 MemoryLocation getMemoryLocation() const { in getMemoryLocation() function