Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/ubsan/
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()
Dubsan_monitor.h44 unsigned *OutCol, char **OutMemoryAddr);
/external/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/
Dmonitor.cpp18 char **OutMemoryAddr);