Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h50 ExactMatchContainerSP GetExactMatch() const { return m_exact_sp; } in GetExactMatch() function
55 return GetExactMatch()->GetCount() + GetRegexMatch()->GetCount(); in GetCount()
205 return m_format_cont.GetExactMatch(); in GetTypeFormatsContainer()
215 return m_summary_cont.GetExactMatch(); in GetTypeSummariesContainer()
225 return m_filter_cont.GetExactMatch(); in GetTypeFiltersContainer()
262 return m_synth_cont.GetExactMatch(); in GetTypeSyntheticsContainer()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp110 m_location_spec.GetExactMatch()); in SerializeToStructuredData()
124 if (m_location_spec.GetExactMatch()) in FilterContexts()
243 m_location_spec.GetExactMatch()); in SearchCallback()
279 s->Printf("exact_match = %d", m_location_spec.GetExactMatch()); in GetDescription()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSourceLocationSpec.h174 bool GetExactMatch() const { return m_exact_match; } in GetExactMatch() function
/llvm-project-15.0.7/lldb/unittests/Core/
H A DSourceLocationSpecTest.cpp56 EXPECT_TRUE(without_column.GetExactMatch()); in TEST()
64 EXPECT_FALSE(with_column.GetExactMatch()); in TEST()
/llvm-project-15.0.7/lldb/source/Core/
H A DSourceLocationSpec.cpp29 m_exact_match == rhs.GetExactMatch(); in operator ==()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DLineTable.h356 const bool exact_match = src_location_spec.GetExactMatch(); in FindLineEntryIndexByFileIndexImpl()