/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | LookupResult.cpp | 68 const bool IsInlined = I + 1 != NumLocations; in operator <<() local 70 if (IsInlined) in operator <<()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBFrame.h | 83 /// See also IsInlined(). 99 bool IsInlined(); 101 bool IsInlined() const;
|
H A D | SBBlock.h | 31 bool IsInlined() const;
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBBlockDocstrings.i | 7 ) lldb::SBBlock::IsInlined;
|
H A D | SBFrameDocstrings.i | 79 ) lldb::SBFrame::IsInlined;
|
H A D | SBFrameExtensions.i | 78 …is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that in…
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBBlock.cpp | 57 bool SBBlock::IsInlined() const { in IsInlined() function in SBBlock 172 if (IsInlined()) { in GetDescription()
|
H A D | SBFrame.cpp | 1156 bool SBFrame::IsInlined() { in IsInlined() function in SBFrame 1159 return static_cast<const SBFrame *>(this)->IsInlined(); in IsInlined() 1162 bool SBFrame::IsInlined() const { in IsInlined() function in SBFrame
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 81 IsInlined, enumerator 154 PROPERTY(Property, IsInlined);
|
H A D | LVScope.h | 171 KIND_2(LVScopeKind, IsInlinedFunction, IsFunction, IsInlined);
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStepInstruction.cpp | 166 if (cur_frame_sp->IsInlined()) { in ShouldStop()
|
H A D | ThreadPlanStepOut.cpp | 82 if (immediate_return_from_sp->IsInlined()) { in ThreadPlanStepOut()
|
H A D | StackFrameList.cpp | 92 if (!m_frames[0]->IsInlined()) { in ResetCurrentInlinedDepth()
|
H A D | StackFrame.cpp | 1185 bool StackFrame::IsInlined() { in IsInlined() function in StackFrame
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | StackFrame.h | 400 bool IsInlined();
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-matchers.h | 396 static constexpr bool IsInlined() { in IsInlined() function 402 template <typename M, bool = MatcherBase::IsInlined<M>()>
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 612 if (parent_frame->IsInlined()) in Evaluate_DW_OP_entry_value()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 1565 if (frame_sp->IsInlined()) { in DoExecute()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 6996 result = (bool)((lldb::SBBlock const *)arg1)->IsInlined(); in _wrap_SBBlock_IsInlined() 30757 result = (bool)(arg1)->IsInlined(); in _wrap_SBFrame_IsInlined__SWIG_0() 30781 result = (bool)((lldb::SBFrame const *)arg1)->IsInlined(); in _wrap_SBFrame_IsInlined__SWIG_1()
|