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

/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc125 LocBuffer.append("%p", Loc.getMemoryLocation());
188 if (Ranges[I].getEnd().getMemoryLocation() > Loc &&
190 Best->getStart().getMemoryLocation() >
191 Ranges[I].getStart().getMemoryLocation()))
206 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min);
207 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max);
228 if (InRange && InRange->getEnd().getMemoryLocation() == P)
232 if (InRange && InRange->getStart().getMemoryLocation() < P)
234 if (InRange && InRange->getStart().getMemoryLocation() <= P)
245 if (!InRange || InRange->getEnd().getMemoryLocation()
[all...]
H A Dubsan_diag.h73 MemoryLocation getMemoryLocation() const { function in class:__ubsan::Location

Completed in 75 milliseconds