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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp62 const bool IsInlined = I + 1 != NumLocations; local
64 if (IsInlined)
/freebsd-11-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-11-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-11-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);
182 if (IsInlined()) {
366 LLDB_REGISTER_METHOD_CONST(bool, SBBlock, IsInlined, ());
H A DSBFrame.cpp1129 bool SBFrame::IsInlined() { function in class:SBFrame
1130 LLDB_RECORD_METHOD_NO_ARGS(bool, SBFrame, IsInlined);
1132 return static_cast<const SBFrame *>(this)->IsInlined();
1135 bool SBFrame::IsInlined() const { function in class:SBFrame
1136 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFrame, IsInlined);
1358 LLDB_REGISTER_METHOD(bool, SBFrame, IsInlined, ());
1359 LLDB_REGISTER_METHOD_CONST(bool, SBFrame, IsInlined, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp163 if (cur_frame_sp->IsInlined()) {
H A DThreadPlanStepOut.cpp83 if (immediate_return_from_sp->IsInlined()) {
H A DStackFrameList.cpp89 if (!m_frames[0]->IsInlined()) {
H A DStackFrame.cpp1198 bool StackFrame::IsInlined() { function in class:StackFrame
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h360 bool IsInlined();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1630 if (frame_sp->IsInlined()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp723 if (parent_frame->IsInlined())

Completed in 229 milliseconds