Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1498 StructuredData::DictionarySP entry_sp = in ExtractCrashInfoAnnotations() local
1501 entry_sp->AddStringItem("image", module->GetFileSpec().GetPath(false)); in ExtractCrashInfoAnnotations()
1502 entry_sp->AddStringItem("uuid", module->GetUUID().GetAsString()); in ExtractCrashInfoAnnotations()
1503 entry_sp->AddStringItem("message", message); in ExtractCrashInfoAnnotations()
1504 entry_sp->AddStringItem("message2", message2); in ExtractCrashInfoAnnotations()
1505 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractCrashInfoAnnotations()
1507 array_sp->AddItem(entry_sp); in ExtractCrashInfoAnnotations()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxList.cpp30 ListEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in ListEntry() argument
DLibCxxMap.cpp28 explicit MapEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in MapEntry() argument