Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp966 StructuredData::DictionarySP entry_sp = in ExtractCrashInfoAnnotations() local
969 entry_sp->AddStringItem("image", module->GetFileSpec().GetPath(false)); in ExtractCrashInfoAnnotations()
970 entry_sp->AddStringItem("uuid", module->GetUUID().GetAsString()); in ExtractCrashInfoAnnotations()
971 entry_sp->AddStringItem("message", message); in ExtractCrashInfoAnnotations()
972 entry_sp->AddStringItem("message2", message2); in ExtractCrashInfoAnnotations()
973 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractCrashInfoAnnotations()
975 array_sp->AddItem(entry_sp); in ExtractCrashInfoAnnotations()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp30 ListEntry(ValueObjectSP entry_sp) : m_entry_sp(std::move(entry_sp)) {} in ListEntry() argument
H A DLibCxxMap.cpp28 explicit MapEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in MapEntry() argument