Home
last modified time | relevance | path

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

/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);
/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/
H A Dmonitor.cpp23 char **OutMemoryAddr); in __ubsan_on_report()