Home
last modified time | relevance | path

Searched refs:getMemoryLocation (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc125 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 …]
Dubsan_diag.h86 MemoryLocation getMemoryLocation() const { in getMemoryLocation() function