Searched refs:IsInlined (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFrame.i | 147 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 D | SBBlock.i | 26 ) IsInlined; 28 IsInlined () const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | LookupResult.cpp | 67 const bool IsInlined = I + 1 != NumLocations; in operator <<() local 69 if (IsInlined) in operator <<()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBlock.cpp | 57 bool SBBlock::IsInlined() const { in IsInlined() function in SBBlock 58 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBlock, IsInlined); in IsInlined() 174 if (IsInlined()) { in GetDescription() 358 LLDB_REGISTER_METHOD_CONST(bool, SBBlock, IsInlined, ()); in RegisterMethods()
|
| H A D | SBFrame.cpp | 1130 bool SBFrame::IsInlined() { in IsInlined() function in SBFrame 1131 LLDB_RECORD_METHOD_NO_ARGS(bool, SBFrame, IsInlined); in IsInlined() 1133 return static_cast<const SBFrame *>(this)->IsInlined(); in IsInlined() 1136 bool SBFrame::IsInlined() const { in IsInlined() function in SBFrame 1137 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFrame, IsInlined); in IsInlined() 1357 LLDB_REGISTER_METHOD(bool, SBFrame, IsInlined, ()); in RegisterMethods() 1358 LLDB_REGISTER_METHOD_CONST(bool, SBFrame, IsInlined, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFrame.h | 90 bool IsInlined(); 92 bool IsInlined() const;
|
| H A D | SBBlock.h | 29 bool IsInlined() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepInstruction.cpp | 166 if (cur_frame_sp->IsInlined()) { in ShouldStop()
|
| H A D | ThreadPlanStepOut.cpp | 81 if (immediate_return_from_sp->IsInlined()) { in ThreadPlanStepOut()
|
| H A D | StackFrameList.cpp | 89 if (!m_frames[0]->IsInlined()) { in ResetCurrentInlinedDepth()
|
| H A D | StackFrame.cpp | 1169 bool StackFrame::IsInlined() { in IsInlined() function in StackFrame
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrame.h | 378 bool IsInlined();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 1451 if (frame_sp->IsInlined()) { in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 724 if (parent_frame->IsInlined()) in Evaluate_DW_OP_entry_value()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 5915 result = (bool)((lldb::SBBlock const *)arg1)->IsInlined(); in _wrap_SBBlock_IsInlined() 26933 result = (bool)(arg1)->IsInlined(); in _wrap_SBFrame_IsInlined__SWIG_0() 26957 result = (bool)((lldb::SBFrame const *)arg1)->IsInlined(); in _wrap_SBFrame_IsInlined__SWIG_1()
|