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