Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h69 std::optional<std::string> sync_point_metadata; member
/src/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp179 m_s.Format(" [{0}]", item.sync_point_metadata); in TraceItem()
368 m_j.attribute("syncPointMetadata", item.sync_point_metadata); in DumpEvent()
564 item.sync_point_metadata = m_cursor_sp->GetSyncPointMetadata(); in DumpInstructions()