Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp109 m_location_spec.GetExactMatch()); in SerializeToStructuredData()
123 if (m_location_spec.GetExactMatch()) in FilterContexts()
271 s->Printf("exact_match = %d", m_location_spec.GetExactMatch()); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceLocationSpec.h174 bool GetExactMatch() const { return m_exact_match; } in GetExactMatch() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSourceLocationSpec.cpp29 m_exact_match == rhs.GetExactMatch(); in operator ==()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h356 const bool exact_match = src_location_spec.GetExactMatch(); in FindLineEntryIndexByFileIndexImpl()