Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h99 bool IsInlined();
101 bool IsInlined() const;
H A DSBBlock.h29 bool IsInlined() const;
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBBlockDocstrings.i7 ) lldb::SBBlock::IsInlined;
H A DSBFrameDocstrings.i79 ) lldb::SBFrame::IsInlined;
H A DSBFrameExtensions.i68 …is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that in…
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp56 bool SBBlock::IsInlined() const { in IsInlined() function in SBBlock
171 if (IsInlined()) { in GetDescription()
H A DSBFrame.cpp1152 bool SBFrame::IsInlined() { in IsInlined() function in SBFrame
1155 return static_cast<const SBFrame *>(this)->IsInlined(); in IsInlined()
1158 bool SBFrame::IsInlined() const { in IsInlined() function in SBFrame
/freebsd-14.2/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-14.2/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.cpp1190 bool StackFrame::IsInlined() { in IsInlined() function in StackFrame
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h399 bool IsInlined();
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp631 if (parent_frame->IsInlined()) in Evaluate_DW_OP_entry_value()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1609 if (frame_sp->IsInlined()) { in DoExecute()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6226 result = (bool)((lldb::SBBlock const *)arg1)->IsInlined(); in _wrap_SBBlock_IsInlined()
29326 result = (bool)(arg1)->IsInlined(); in _wrap_SBFrame_IsInlined__SWIG_0()
29350 result = (bool)((lldb::SBFrame const *)arg1)->IsInlined(); in _wrap_SBFrame_IsInlined__SWIG_1()