Searched refs:m_exact_match (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DSourceLocationSpec.h174 bool GetExactMatch() const { return m_exact_match; }
181 bool m_exact_match; member in class:lldb_private::SourceLocationSpec
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DSourceLocationSpec.cpp21 m_check_inlines(check_inlines), m_exact_match(exact_match) {}
30 m_exact_match == rhs.GetExactMatch();
60 s << ", exact match = " << llvm::toStringRef(m_exact_match);
/openbsd-current/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp26 m_regex(std::move(regex)), m_exact_match(exact_match),
82 m_exact_match); local
113 /*check_inlines=*/false, m_exact_match);
155 m_regex.GetText().str().c_str(), m_exact_match);
163 breakpoint, m_regex, m_function_names, m_exact_match));
/openbsd-current/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverFileRegex.h66 bool m_exact_match; // If true, then if the source we match is in a comment, member in class:lldb_private::BreakpointResolverFileRegex

Completed in 467 milliseconds