Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp159 Buffer->AppendF("%p", reinterpret_cast<void *>(Loc.getMemoryLocation())); in RenderLocation()
244 if (Ranges[I].getEnd().getMemoryLocation() > Loc && in upperBound()
246 Best->getStart().getMemoryLocation() > in upperBound()
247 Ranges[I].getStart().getMemoryLocation())) in upperBound()
271 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min); in PrintMemorySnippet()
272 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max); in PrintMemorySnippet()
299 if (InRange && InRange->getEnd().getMemoryLocation() == P) in PrintMemorySnippet()
303 if (InRange && InRange->getStart().getMemoryLocation() < P) in PrintMemorySnippet()
305 if (InRange && InRange->getStart().getMemoryLocation() <= P) in PrintMemorySnippet()
319 if (!InRange || InRange->getEnd().getMemoryLocation() == P) in PrintMemorySnippet()
[all …]
H A Dubsan_monitor.cpp73 *OutMemoryAddr = (char *)CurrentUBR->Loc.getMemoryLocation(); in __ubsan_get_current_report_data()
H A Dubsan_diag.h65 MemoryLocation getMemoryLocation() const { in getMemoryLocation() function