Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.h22 const char *IssueKind; member
H A Dubsan_monitor.cpp17 UndefinedBehaviorReport::UndefinedBehaviorReport(const char *IssueKind, in UndefinedBehaviorReport()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp160 std::string IssueKind = RetrieveString(main_value, process_sp, ".issue_kind"); in RetrieveReportData() local