Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h132 ExtractCrashInfoAnnotations(lldb_private::Process &process);
DPlatformDarwin.cpp1394 StructuredData::ArraySP annotations = ExtractCrashInfoAnnotations(process); in FetchExtendedCrashInformation()
1410 PlatformDarwin::ExtractCrashInfoAnnotations(Process &process) { in ExtractCrashInfoAnnotations() function in PlatformDarwin