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

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

Completed in 53 milliseconds