Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp119 m_location_spec.GetExactMatch()); in SerializeToStructuredData()
132 if (m_location_spec.GetExactMatch()) in FilterContexts()
347 s->Printf("exact_match = %d", m_location_spec.GetExactMatch()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceLocationSpec.h174 bool GetExactMatch() const { return m_exact_match; } in GetExactMatch() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceLocationSpec.cpp31 m_exact_match == rhs.GetExactMatch(); in operator ==()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h357 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()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp383 if (src_location_spec.GetExactMatch()) { in ResolveSymbolContext()
H A DType.cpp175 if (!GetExactMatch()) in ContextMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp525 if (query_context.size() <= 1 && !query.GetExactMatch()) in GetTypesWithQuery()