Home
last modified time | relevance | path

Searched refs:IsInlined (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFrame.h89 bool IsInlined();
91 bool IsInlined() const;
H A DSBBlock.h30 bool IsInlined() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBlock.cpp45 bool SBBlock::IsInlined() const { in IsInlined() function in SBBlock
146 if (IsInlined()) { in GetDescription()
H A DSBFrame.cpp1331 bool SBFrame::IsInlined() { in IsInlined() function in SBFrame
1332 return static_cast<const SBFrame *>(this)->IsInlined(); in IsInlined()
1335 bool SBFrame::IsInlined() const { in IsInlined() function in SBFrame
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp165 if (cur_frame_sp->IsInlined()) { in ShouldStop()
H A DThreadPlanStepOut.cpp84 if (immediate_return_from_sp->IsInlined()) { in ThreadPlanStepOut()
H A DStackFrameList.cpp89 if (!m_frames[0]->IsInlined()) { in ResetCurrentInlinedDepth()
H A DStackFrame.cpp1188 bool StackFrame::IsInlined() { in IsInlined() function in StackFrame
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h395 bool IsInlined();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp1697 if (frame_sp->IsInlined()) { in DoExecute()