Home
last modified time | relevance | path

Searched refs:m_module_filespec (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp26 m_module_filespec(module_spec) {} in BreakpointResolverAddress()
80 if (m_module_filespec) { in SerializeToStructuredData()
82 m_module_filespec.GetPath()); in SerializeToStructuredData()
95 if (m_addr.GetSection() || m_module_filespec) in ResolveBreakpoint()
127 if (!m_addr.IsSectionOffset() && m_module_filespec) { in SearchCallback()
129 ModuleSpec module_spec(m_module_filespec); in SearchCallback()
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverAddress.h68 FileSpec m_module_filespec; // If this filespec is Valid, and m_addr is an variable