Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp33 static UndefinedBehaviorReport *CurrentUBR; variable
36 CurrentUBR = UBR; in RegisterUndefinedBehaviorReport()
52 InternalScopedString &Buf = CurrentUBR->Buffer; in __ubsan_get_current_report_data()
60 *OutIssueKind = CurrentUBR->IssueKind; in __ubsan_get_current_report_data()
62 if (!CurrentUBR->Loc.isSourceLocation()) { in __ubsan_get_current_report_data()
66 SourceLocation SL = CurrentUBR->Loc.getSourceLocation(); in __ubsan_get_current_report_data()
72 if (CurrentUBR->Loc.isMemoryLocation()) in __ubsan_get_current_report_data()
73 *OutMemoryAddr = (char *)CurrentUBR->Loc.getMemoryLocation(); in __ubsan_get_current_report_data()