Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp68 const bool IsInlined = I + 1 != NumLocations; in operator <<() local
70 if (IsInlined) in operator <<()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h83 /// See also IsInlined().
99 bool IsInlined();
101 bool IsInlined() const;
H A DSBBlock.h31 bool IsInlined() const;
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBlockDocstrings.i7 ) lldb::SBBlock::IsInlined;
H A DSBFrameDocstrings.i79 ) lldb::SBFrame::IsInlined;
H A DSBFrameExtensions.i78 …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 DSBBlock.cpp57 bool SBBlock::IsInlined() const { in IsInlined() function in SBBlock
172 if (IsInlined()) { in GetDescription()
H A DSBFrame.cpp1156 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 DLVElement.h81 IsInlined, enumerator
154 PROPERTY(Property, IsInlined);
H A DLVScope.h171 KIND_2(LVScopeKind, IsInlinedFunction, IsFunction, IsInlined);
/freebsd/contrib/llvm-project/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.cpp92 if (!m_frames[0]->IsInlined()) { in ResetCurrentInlinedDepth()
H A DStackFrame.cpp1185 bool StackFrame::IsInlined() { in IsInlined() function in StackFrame
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h400 bool IsInlined();
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h396 static constexpr bool IsInlined() { in IsInlined() function
402 template <typename M, bool = MatcherBase::IsInlined<M>()>
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp612 if (parent_frame->IsInlined()) in Evaluate_DW_OP_entry_value()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1565 if (frame_sp->IsInlined()) { in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6996 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()