Home
last modified time | relevance | path

Searched refs:GetId (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTraceCursor.cpp61 lldb::user_id_t SBTraceCursor::GetId() const { in GetId() function in SBTraceCursor
64 return m_opaque_sp->GetId(); in GetId()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTraceDumper.h222 : m_first_insn_id(cursor_sp->GetId()), in TracedSegment()
223 m_last_insn_id(cursor_sp->GetId()), in TracedSegment()
H A DTraceCursor.h177 virtual lldb::user_id_t GetId() const = 0;
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTraceCursor.i32 lldb::user_id_t GetId() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTraceCursor.h102 lldb::user_id_t GetId() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h45 lldb::user_id_t GetId() const override;
H A DTraceCursorIntelPT.cpp140 user_id_t TraceCursorIntelPT::GetId() const { return m_pos; } in GetId() function in TraceCursorIntelPT
/openbsd-src/gnu/llvm/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h400 STDMETHOD(GetId)(_Out_ BSTR *pbstrId) = 0;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp463 item.id = m_cursor_sp->GetId(); in CreatRawTraceItem()
547 last_id = m_cursor_sp->GetId(); in DumpInstructions()
592 m_last_insn_id = cursor_sp->GetId(); in AppendInsn()