Home
last modified time | relevance | path

Searched refs:OutMemoryAddr (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp47 char **OutMemoryAddr) { in __ubsan_get_current_report_data() argument
49 !OutMemoryAddr) in __ubsan_get_current_report_data()
73 *OutMemoryAddr = (char *)CurrentUBR->Loc.getMemoryLocation(); in __ubsan_get_current_report_data()
75 *OutMemoryAddr = nullptr; in __ubsan_get_current_report_data()
H A Dubsan_monitor.h44 unsigned *OutCol, char **OutMemoryAddr);