Home
last modified time | relevance | path

Searched refs:entry_sp (Results 26 – 50 of 70) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1495 StructuredData::DictionarySP entry_sp = in ExtractCrashInfoAnnotations() local
1498 entry_sp->AddStringItem("image", module->GetFileSpec().GetPath(false)); in ExtractCrashInfoAnnotations()
1499 entry_sp->AddStringItem("uuid", module->GetUUID().GetAsString()); in ExtractCrashInfoAnnotations()
1500 entry_sp->AddStringItem("message", message); in ExtractCrashInfoAnnotations()
1501 entry_sp->AddStringItem("message2", message2); in ExtractCrashInfoAnnotations()
1502 entry_sp->AddIntegerItem("abort-cause", annotations.abort_cause); in ExtractCrashInfoAnnotations()
1504 array_sp->AddItem(entry_sp); in ExtractCrashInfoAnnotations()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Platform/MacOSX/
H A 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Platform/MacOSX/
H A 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()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Platform/MacOSX/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp30 ListEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in ListEntry() argument
H A DLibCxxMap.cpp28 explicit MapEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in MapEntry() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp30 ListEntry(ValueObjectSP entry_sp) : m_entry_sp(std::move(entry_sp)) {}
H A DLibCxxMap.cpp28 explicit MapEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {}
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp30 ListEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in ListEntry() argument
H A DLibCxxMap.cpp28 explicit MapEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in MapEntry() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp30 ListEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in ListEntry() argument
H A DLibCxxMap.cpp28 explicit MapEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in MapEntry() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp30 ListEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in ListEntry() argument
H A DLibCxxMap.cpp28 explicit MapEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in MapEntry() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp30 ListEntry(ValueObjectSP entry_sp) : m_entry_sp(std::move(entry_sp)) {} in MightHaveChildren()
H A DLibCxxMap.cpp28 explicit MapEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in MapEntry() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp30 ListEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in ListEntry() argument
H A DLibCxxMap.cpp28 explicit MapEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in MapEntry() argument
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A DmethodHandles_aarch64.cpp430 intptr_t* entry_sp) { } in trace_method_handle_stub() argument
439 intptr_t* entry_sp; member

123