Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBFrame.i147 See also GetFunctionName().") IsInlined;
149 IsInlined();
152 IsInlined() const;
351 …is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that in…
H A DSBBlock.i26 ) IsInlined;
28 IsInlined () const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp68 const bool IsInlined = I + 1 != NumLocations; in operator <<() local
70 if (IsInlined) in operator <<()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBFrame.h90 bool IsInlined();
92 bool IsInlined() const;
H A DSBBlock.h29 bool IsInlined() const;
/llvm-project-15.0.7/lldb/examples/python/
H A Ddiagnose_unwind.py203 if not frame.IsInlined():
246 if not frame.IsInlined():
282 if not frame.IsInlined():
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_block.py9 obj.IsInlined()
H A Dsb_frame.py22 obj.IsInlined()
/llvm-project-15.0.7/lldb/source/API/
H A DSBBlock.cpp56 bool SBBlock::IsInlined() const { in IsInlined() function in SBBlock
171 if (IsInlined()) { in GetDescription()
H A DSBFrame.cpp1085 bool SBFrame::IsInlined() { in IsInlined() function in SBFrame
1088 return static_cast<const SBFrame *>(this)->IsInlined(); in IsInlined()
1091 bool SBFrame::IsInlined() const { in IsInlined() function in SBFrame
/llvm-project-15.0.7/lldb/test/API/python_api/frame/inlines/
H A DTestInlinedFrame.py68 if frame0.IsInlined():
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp166 if (cur_frame_sp->IsInlined()) { in ShouldStop()
H A DThreadPlanStepOut.cpp82 if (immediate_return_from_sp->IsInlined()) { in ThreadPlanStepOut()
H A DStackFrameList.cpp90 if (!m_frames[0]->IsInlined()) { in ResetCurrentInlinedDepth()
H A DStackFrame.cpp1184 bool StackFrame::IsInlined() { in IsInlined() function in StackFrame
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStackFrame.h378 bool IsInlined();
/llvm-project-15.0.7/lldb/utils/lui/
H A Dlldbutil.py812 …funcs[i] if frame.IsInlined() else funcs[i], file=files[i], line=lines[i], args=get_args_as_string(
813 frame, showFuncName=False) if not frame.IsInlined() else '()'), file=output)
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/
H A DLLDB.py215 function=function, is_inlined=sb_frame.IsInlined(), loc=loc)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1215 funcs[i] if frame.IsInlined() else funcs[i],
1220 showFuncName=False) if not frame.IsInlined() else '()'),
/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpression.cpp598 if (parent_frame->IsInlined()) in Evaluate_DW_OP_entry_value()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp1545 if (frame_sp->IsInlined()) { in DoExecute()