Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp158 Buffer->append("%p", reinterpret_cast<void *>(Loc.getMemoryLocation())); in RenderLocation()
236 if (Ranges[I].getEnd().getMemoryLocation() > Loc && in upperBound()
238 Best->getStart().getMemoryLocation() > in upperBound()
239 Ranges[I].getStart().getMemoryLocation())) in upperBound()
263 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min); in PrintMemorySnippet()
264 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max); in PrintMemorySnippet()
291 if (InRange && InRange->getEnd().getMemoryLocation() == P) in PrintMemorySnippet()
295 if (InRange && InRange->getStart().getMemoryLocation() < P) in PrintMemorySnippet()
297 if (InRange && InRange->getStart().getMemoryLocation() <= P) in PrintMemorySnippet()
311 if (!InRange || InRange->getEnd().getMemoryLocation() == P) in PrintMemorySnippet()
[all …]
H A Dubsan_monitor.cpp72 *OutMemoryAddr = (char *)CurrentUBR->Loc.getMemoryLocation(); in __ubsan_get_current_report_data()
H A Dubsan_diag.h85 MemoryLocation getMemoryLocation() const { in getMemoryLocation() function