Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFileLineResolver.h47 const SymbolContextList &GetFileLineMatches() { return m_sc_list; } in GetFileLineMatches() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp1196 if (m_breakpoint_locations.GetFileLineMatches().GetSize() > 0) in GetBreakpointLocations()
1197 return &m_breakpoint_locations.GetFileLineMatches(); in GetBreakpointLocations()