Home
last modified time | relevance | path

Searched refs:GetSyncPointMetadata (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTraceCursor.h284 virtual std::optional<std::string> GetSyncPointMetadata() const = 0;
/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h51 std::optional<std::string> GetSyncPointMetadata() const override;
H A DTraceCursorIntelPT.cpp142 std::optional<std::string> TraceCursorIntelPT::GetSyncPointMetadata() const { in GetSyncPointMetadata() function in TraceCursorIntelPT
/openbsd/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp563 item.sync_point_metadata = m_cursor_sp->GetSyncPointMetadata(); in DumpInstructions()