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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp160 Buffer->append("%p", Loc.getMemoryLocation());
238 if (Ranges[I].getEnd().getMemoryLocation() > Loc &&
240 Best->getStart().getMemoryLocation() >
241 Ranges[I].getStart().getMemoryLocation()))
265 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min);
266 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max);
293 if (InRange && InRange->getEnd().getMemoryLocation() == P)
297 if (InRange && InRange->getStart().getMemoryLocation() < P)
299 if (InRange && InRange->getStart().getMemoryLocation() <= P)
313 if (!InRange || InRange->getEnd().getMemoryLocation()
[all...]
H A Dubsan_monitor.cpp72 *OutMemoryAddr = (char *)CurrentUBR->Loc.getMemoryLocation();
H A Dubsan_diag.h85 MemoryLocation getMemoryLocation() const { function in class:__ubsan::Location

Completed in 94 milliseconds