HomeSort by: relevance | last modified time | path
    Searched refs:getMemoryLocation (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 153 Buffer->append("%p", Loc.getMemoryLocation());
231 if (Ranges[I].getEnd().getMemoryLocation() > Loc &&
233 Best->getStart().getMemoryLocation() >
234 Ranges[I].getStart().getMemoryLocation()))
258 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min);
259 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max);
286 if (InRange && InRange->getEnd().getMemoryLocation() == P)
290 if (InRange && InRange->getStart().getMemoryLocation() < P)
292 if (InRange && InRange->getStart().getMemoryLocation() <= P)
306 if (!InRange || InRange->getEnd().getMemoryLocation() == P
    [all...]
ubsan_monitor.cc 73 *OutMemoryAddr = (char *)CurrentUBR->Loc.getMemoryLocation();
ubsan_diag.h 86 MemoryLocation getMemoryLocation() const {

Completed in 11 milliseconds