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

/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc150 Buffer->append("%p", Loc.getMemoryLocation());
228 if (Ranges[I].getEnd().getMemoryLocation() > Loc &&
230 Best->getStart().getMemoryLocation() >
231 Ranges[I].getStart().getMemoryLocation()))
255 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min);
256 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max);
283 if (InRange && InRange->getEnd().getMemoryLocation() == P)
287 if (InRange && InRange->getStart().getMemoryLocation() < P)
289 if (InRange && InRange->getStart().getMemoryLocation() <= P)
303 if (!InRange || InRange->getEnd().getMemoryLocation()
[all...]
H A Dubsan_diag.h86 MemoryLocation getMemoryLocation() const { function in class:__ubsan::Location

Completed in 58 milliseconds