Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cc18 UndefinedBehaviorReport::UndefinedBehaviorReport(const char *IssueKind, in UndefinedBehaviorReport() argument
21 : IssueKind(IssueKind), Loc(Loc), Buffer(Msg.length() + 1) { in UndefinedBehaviorReport()
60 *OutIssueKind = CurrentUBR->IssueKind; in __ubsan_get_current_report_data()
H A Dubsan_monitor.h23 const char *IssueKind; member
27 UndefinedBehaviorReport(const char *IssueKind, Location &Loc,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp165 std::string IssueKind = RetrieveString(main_value, process_sp, ".issue_kind"); in RetrieveReportData() local
176 d->AddStringItem("description", IssueKind); in RetrieveReportData()