Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp113 m_location_spec.GetExactMatch()); in SerializeToStructuredData()
126 if (m_location_spec.GetExactMatch()) in FilterContexts()
329 s->Printf("exact_match = %d", m_location_spec.GetExactMatch()); in GetDescription()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceLocationSpec.h174 bool GetExactMatch() const { return m_exact_match; } in GetExactMatch() function
/src/contrib/llvm-project/lldb/source/Core/
H A DSourceLocationSpec.cpp31 m_exact_match == rhs.GetExactMatch(); in operator ==()
/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h356 const bool exact_match = src_location_spec.GetExactMatch(); in FindLineEntryIndexByFileIndexImpl()
H A DType.h266 bool GetExactMatch() const { return (m_options & e_exact_match) != 0; } in LLDB_MARK_AS_BITMASK_ENUM()
/src/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp156 if (GetExactMatch() || context_chain.size() == m_context.size()) in ContextMatches()