Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBTraceCursor.cpp61 lldb::user_id_t SBTraceCursor::GetId() const { in GetId() function in SBTraceCursor
64 return m_opaque_sp->GetId(); in GetId()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTraceDumper.h223 : m_first_insn_id(cursor_sp->GetId()), in TracedSegment()
224 m_last_insn_id(cursor_sp->GetId()), in TracedSegment()
HDTraceCursor.h177 virtual lldb::user_id_t GetId() const = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBTraceCursor.h98 lldb::user_id_t GetId() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceCursorIntelPT.h45 lldb::user_id_t GetId() const override;
HDTraceCursorIntelPT.cpp140 user_id_t TraceCursorIntelPT::GetId() const { return m_pos; } in GetId() function in TraceCursorIntelPT
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
HDMSVCSetupApi.h400 STDMETHOD(GetId)(_Out_ BSTR *pbstrId) = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDTraceDumper.cpp463 item.id = m_cursor_sp->GetId(); in CreatRawTraceItem()
548 last_id = m_cursor_sp->GetId(); in DumpInstructions()
593 m_last_insn_id = cursor_sp->GetId(); in AppendInsn()
/freebsd-13-stable/contrib/googletest/googletest/src/
HDgtest.cc1396 size_t GetId(const std::string& str) { in GetId() function in testing::internal::edit_distance::__anon91fbbe840811::InternalStrings
1417 left_ids.push_back(intern_table.GetId(left[i])); in CalculateOptimalEdits()
1420 right_ids.push_back(intern_table.GetId(right[i])); in CalculateOptimalEdits()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp66675 result = (lldb::user_id_t)((lldb::SBTraceCursor const *)arg1)->GetId(); in _wrap_SBTraceCursor_GetId()