Home
last modified time | relevance | path

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

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