Searched refs:GetExactMatch (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DSourceLocationSpec.h174 bool GetExactMatch() const { return m_exact_match; } function in class:lldb_private::SourceLocationSpec
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DSourceLocationSpec.cpp30 m_exact_match == rhs.GetExactMatch();
/openbsd-current/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp114 m_location_spec.GetExactMatch());
127 if (m_location_spec.GetExactMatch())
332 s->Printf("exact_match = %d", m_location_spec.GetExactMatch());
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DLineTable.h356 const bool exact_match = src_location_spec.GetExactMatch();

Completed in 73 milliseconds