Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp119 m_location_spec.GetExactMatch());
132 if (m_location_spec.GetExactMatch()) in FilterContexts()
347 s->Printf("exact_match = %d", m_location_spec.GetExactMatch());
/llvm-project/lldb/unittests/Core/
H A DSourceLocationSpecTest.cpp56 EXPECT_TRUE(without_column.GetExactMatch()); in TEST()
64 EXPECT_FALSE(with_column.GetExactMatch()); in TEST()
/llvm-project/lldb/include/lldb/Core/
H A DSourceLocationSpec.h174 bool GetExactMatch() const { return m_exact_match; } in GetExactMatch() function
/llvm-project/lldb/source/Core/
H A DSourceLocationSpec.cpp31 m_exact_match == rhs.GetExactMatch(); in operator ==()
/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h356 const bool exact_match = src_location_spec.GetExactMatch(); in FindLineEntryIndexByFileIndexImpl()
H A DType.h270 bool GetExactMatch() const { return (m_options & e_exact_match) != 0; } in LLDB_MARK_AS_BITMASK_ENUM()
/llvm-project/lldb/source/Symbol/
H A DType.cpp175 if (!GetExactMatch()) in LanguageMatches()