Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_monitor.cpp32 static UndefinedBehaviorReport *CurrentUBR; variable
35 CurrentUBR = UBR; in RegisterUndefinedBehaviorReport()
51 InternalScopedString &Buf = CurrentUBR->Buffer; in __ubsan_get_current_report_data()
59 *OutIssueKind = CurrentUBR->IssueKind; in __ubsan_get_current_report_data()
61 if (!CurrentUBR->Loc.isSourceLocation()) { in __ubsan_get_current_report_data()
65 SourceLocation SL = CurrentUBR->Loc.getSourceLocation(); in __ubsan_get_current_report_data()
71 if (CurrentUBR->Loc.isMemoryLocation()) in __ubsan_get_current_report_data()
72 *OutMemoryAddr = (char *)CurrentUBR->Loc.getMemoryLocation(); in __ubsan_get_current_report_data()