Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h284 virtual std::optional<std::string> GetSyncPointMetadata() const = 0;
/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp564 item.sync_point_metadata = m_cursor_sp->GetSyncPointMetadata(); in DumpInstructions()