Home
last modified time | relevance | path

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

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