Searched refs:m_exact_match (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileRegex.cpp | 26 m_regex(std::move(regex)), m_exact_match(exact_match), in BreakpointResolverFileRegex() 81 m_exact_match); in SerializeToStructuredData() 112 /*check_inlines=*/false, m_exact_match); in SearchCallback() 154 m_regex.GetText().str().c_str(), m_exact_match); in GetDescription() 162 breakpoint, m_regex, m_function_names, m_exact_match)); in CopyForBreakpoint()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | SourceLocationSpec.cpp | 22 m_check_inlines(check_inlines), m_exact_match(exact_match) {} in SourceLocationSpec() 31 m_exact_match == rhs.GetExactMatch(); in operator ==() 61 s << ", exact match = " << llvm::toStringRef(m_exact_match); in Dump()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | SourceLocationSpec.h | 174 bool GetExactMatch() const { return m_exact_match; } in GetExactMatch() 181 bool m_exact_match; variable
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointResolverFileRegex.h | 65 bool m_exact_match; // If true, then if the source we match is in a comment, 66 bool m_exact_match; // If true, then if the source we match is in a comment, global() variable
|