Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp46 char **OutMemoryAddr) { in __ubsan_get_current_report_data() argument
48 !OutMemoryAddr) in __ubsan_get_current_report_data()
72 *OutMemoryAddr = (char *)CurrentUBR->Loc.getMemoryLocation(); in __ubsan_get_current_report_data()
74 *OutMemoryAddr = nullptr; in __ubsan_get_current_report_data()
H A Dubsan_monitor.h44 unsigned *OutCol, char **OutMemoryAddr);
/llvm-project-15.0.7/compiler-rt/test/ubsan/TestCases/Misc/
H A Dmonitor.cpp23 char **OutMemoryAddr); in __ubsan_on_report()