Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1273 std::string ErrMessage; in verifyNoDeadCode() local
1274 raw_string_ostream RSO(ErrMessage); in verifyNoDeadCode()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp1135 std::string ErrMessage) { in VerifyFunctionInfoError() argument
1138 checkError(ErrMessage, ExpFI.takeError()); in VerifyFunctionInfoError()