Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp67 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 DSBBlock.cpp57 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 DSBFrame.cpp1130 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 DSBFrame.h90 bool IsInlined();
92 bool IsInlined() const;
H A DSBBlock.h29 bool IsInlined() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp166 if (cur_frame_sp->IsInlined()) { in ShouldStop()
H A DThreadPlanStepOut.cpp81 if (immediate_return_from_sp->IsInlined()) { in ThreadPlanStepOut()
H A DStackFrameList.cpp89 if (!m_frames[0]->IsInlined()) { in ResetCurrentInlinedDepth()
H A DStackFrame.cpp1169 bool StackFrame::IsInlined() { in IsInlined() function in StackFrame
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h378 bool IsInlined();
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1451 if (frame_sp->IsInlined()) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp724 if (parent_frame->IsInlined()) in Evaluate_DW_OP_entry_value()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5915 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()