Home
last modified time | relevance | path

Searched refs:GetCPU (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTraceCursor.cpp121 lldb::cpu_id_t SBTraceCursor::GetCPU() const { in GetCPU() function in SBTraceCursor
124 return m_opaque_sp->GetCPU(); in GetCPU()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTraceCursor.i52 lldb::cpu_id_t GetCPU() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTraceCursor.h170 lldb::cpu_id_t GetCPU() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTraceCursor.h254 virtual lldb::cpu_id_t GetCPU() const = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h37 lldb::cpu_id_t GetCPU() const override;
H A DTraceCursorIntelPT.cpp120 lldb::cpu_id_t TraceCursorIntelPT::GetCPU() const { in GetCPU() function in TraceCursorIntelPT
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp554 item.cpu_id = m_cursor_sp->GetCPU(); in DumpInstructions()