Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp161 std::string ErrMessage = RetrieveString(main_value, process_sp, ".message"); in RetrieveReportData() local
172 d->AddStringItem("summary", ErrMessage); in RetrieveReportData()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1290 std::string ErrMessage; in verifyNoDeadCode() local
1291 raw_string_ostream RSO(ErrMessage); in verifyNoDeadCode()