Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp160 Buffer->append("%p", Loc.getMemoryLocation()); in RenderLocation()
238 if (Ranges[I].getEnd().getMemoryLocation() > Loc && in upperBound()
240 Best->getStart().getMemoryLocation() > in upperBound()
241 Ranges[I].getStart().getMemoryLocation())) in upperBound()
265 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min); in PrintMemorySnippet()
266 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max); in PrintMemorySnippet()
293 if (InRange && InRange->getEnd().getMemoryLocation() == P) in PrintMemorySnippet()
297 if (InRange && InRange->getStart().getMemoryLocation() < P) in PrintMemorySnippet()
299 if (InRange && InRange->getStart().getMemoryLocation() <= P) in PrintMemorySnippet()
313 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