Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp188 llvm::StringRef stop_reason_description_ref; in GetStopReasonDescription() local
190 stop_reason_description_ref); in GetStopReasonDescription()
191 std::string stop_reason_description = stop_reason_description_ref; in GetStopReasonDescription()