Lines Matching refs:getMemoryLocation
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()
316 if (InRange && InRange->getStart().getMemoryLocation() == P) { in renderMemorySnippet()
364 renderMemorySnippet(Decor, Loc.getMemoryLocation(), Ranges, in ~Diag()