Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp506 if (auto preferred = GetPreferredLineEntry()) { in GetDescription()
544 if (auto preferred = GetPreferredLineEntry()) in GetDescription()
667 auto preferred_opt = GetPreferredLineEntry(); in GetSuggestedStackFrameIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h290 const std::optional<LineEntry> GetPreferredLineEntry() { in GetPreferredLineEntry() function