Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h223 : m_first_insn_id(cursor_sp->GetId()), in TracedSegment()
224 m_last_insn_id(cursor_sp->GetId()), in TracedSegment()
H A DTraceCursor.h177 virtual lldb::user_id_t GetId() const = 0;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTraceCursor.h98 lldb::user_id_t GetId() const;
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.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/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h400 STDMETHOD(GetId)(_Out_ BSTR *pbstrId) = 0;
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1396 size_t GetId(const std::string& str) { in GetId() function in testing::internal::edit_distance::__anon214b3c2b0811::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/lib/clang/liblldb/
H A DLLDBWrapLua.cpp66675 result = (lldb::user_id_t)((lldb::SBTraceCursor const *)arg1)->GetId(); in _wrap_SBTraceCursor_GetId()