Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTraceCursor.h277 virtual llvm::Optional<uint64_t> GetHWClock() const = 0;
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h38 llvm::Optional<uint64_t> GetHWClock() const override;
H A DTraceCursorIntelPT.cpp105 Optional<uint64_t> TraceCursorIntelPT::GetHWClock() const { in GetHWClock() function in TraceCursorIntelPT
/llvm-project-15.0.7/lldb/source/Target/
H A DTraceDumper.cpp395 item.hw_clock = m_cursor_up->GetHWClock(); in DumpInstructions()