Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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;
/openbsd/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp68 const bool IsInlined = I + 1 != NumLocations; in operator <<() local
70 if (IsInlined) in operator <<()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBFrame.h90 bool IsInlined();
92 bool IsInlined() const;
H A DSBBlock.h29 bool IsInlined() const;
/openbsd/gnu/llvm/lldb/examples/python/
H A Ddiagnose_unwind.py202 if not frame.IsInlined():
245 if not frame.IsInlined():
281 if not frame.IsInlined():
/openbsd/gnu/llvm/lldb/source/API/
H A DSBBlock.cpp56 bool SBBlock::IsInlined() const { in IsInlined() function in SBBlock
171 if (IsInlined()) { in GetDescription()
H A DSBFrame.cpp1089 bool SBFrame::IsInlined() { in IsInlined() function in SBFrame
1092 return static_cast<const SBFrame *>(this)->IsInlined(); in IsInlined()
1095 bool SBFrame::IsInlined() const { in IsInlined() function in SBFrame
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h81 IsInlined, enumerator
154 PROPERTY(Property, IsInlined);
H A DLVScope.h171 KIND_2(LVScopeKind, IsInlinedFunction, IsFunction, IsInlined);
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrame.h383 bool IsInlined();
/openbsd/gnu/llvm/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.cpp1197 bool StackFrame::IsInlined() { in IsInlined() function in StackFrame
/openbsd/gnu/llvm/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)
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1142 funcs[i] if frame.IsInlined() else funcs[i],
1147 showFuncName=False) if not frame.IsInlined() else '()'),
/openbsd/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp621 if (parent_frame->IsInlined()) in Evaluate_DW_OP_entry_value()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp1545 if (frame_sp->IsInlined()) { in DoExecute()