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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp67 const bool IsInlined = I + 1 != NumLocations; local
69 if (IsInlined)
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrame.i34 func='%s [inlined]' % funcs[i] if frame.IsInlined() else funcs[i],
36 args=get_args_as_string(frame, showFuncName=False) if not frame.IsInlined() else '()')
126 See also IsInlined().") GetFunctionName;
146 See also GetFunctionName().") IsInlined;
148 IsInlined();
151 IsInlined() const;
343 is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that indicates if the block frame is an inlined function.''')
H A DSBBlock.i26 ) IsInlined;
28 IsInlined () const;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h74 /// See also IsInlined().
90 bool IsInlined();
92 bool IsInlined() const;
H A DSBBlock.h29 bool IsInlined() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp59 bool SBBlock::IsInlined() const { function in class:SBBlock
60 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBlock, IsInlined);
176 if (IsInlined()) {
360 LLDB_REGISTER_METHOD_CONST(bool, SBBlock, IsInlined, ());
H A DSBFrame.cpp1130 bool SBFrame::IsInlined() { function in class:SBFrame
1131 LLDB_RECORD_METHOD_NO_ARGS(bool, SBFrame, IsInlined);
1133 return static_cast<const SBFrame *>(this)->IsInlined();
1136 bool SBFrame::IsInlined() const { function in class:SBFrame
1137 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFrame, IsInlined);
1357 LLDB_REGISTER_METHOD(bool, SBFrame, IsInlined, ());
1358 LLDB_REGISTER_METHOD_CONST(bool, SBFrame, IsInlined, ());
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h360 bool IsInlined();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp165 if (cur_frame_sp->IsInlined()) {
H A DThreadPlanStepOut.cpp81 if (immediate_return_from_sp->IsInlined()) {
H A DStackFrameList.cpp89 if (!m_frames[0]->IsInlined()) {
H A DStackFrame.cpp1193 bool StackFrame::IsInlined() { function in class:StackFrame
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1628 if (frame_sp->IsInlined()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp726 if (parent_frame->IsInlined())
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5900 SWIG_check_num_args("lldb::SBBlock::IsInlined",1,1)
5901 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBlock::IsInlined",1,"lldb::SBBlock const *");
5907 result = (bool)((lldb::SBBlock const *)arg1)->IsInlined();
6528 { "IsInlined", _wrap_SBBlock_IsInlined},
26883 SWIG_check_num_args("lldb::SBFrame::IsInlined",1,1)
26884 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBFrame::IsInlined",1,"lldb::SBFrame *");
26890 result = (bool)(arg1)->IsInlined();
26907 SWIG_check_num_args("lldb::SBFrame::IsInlined",1,1)
26908 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBFrame::IsInlined",1,"lldb::SBFrame const *");
26914 result = (bool)((lldb::SBFrame const *)arg1)->IsInlined();
[all...]

Completed in 390 milliseconds