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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.h22 const char *IssueKind; member in struct:__ubsan::UndefinedBehaviorReport
26 UndefinedBehaviorReport(const char *IssueKind, Location &Loc,
H A Dubsan_monitor.cpp17 UndefinedBehaviorReport::UndefinedBehaviorReport(const char *IssueKind, argument
20 : IssueKind(IssueKind), Loc(Loc), Buffer(Msg.length() + 1) {
59 *OutIssueKind = CurrentUBR->IssueKind;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp162 std::string IssueKind = RetrieveString(main_value, process_sp, ".issue_kind"); local
173 d->AddStringItem("description", IssueKind);

Completed in 61 milliseconds