Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp66 const bool IsInlined = I + 1 != NumLocations; in operator <<() local
68 if (IsInlined) in operator <<()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h99 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.cpp1166 bool SBFrame::IsInlined() { in IsInlined() function in SBFrame
1169 return static_cast<const SBFrame *>(this)->IsInlined(); in IsInlined()
1172 bool SBFrame::IsInlined() const { in IsInlined() function in SBFrame
1186 return frame->IsInlined(); in IsInlined()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h89 IsInlined, enumerator
162 PROPERTY(Property, IsInlined);
H A DLVScope.h176 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.cpp121 if (immediate_return_from_sp->IsInlined()) { in SetupReturnAddress()
H A DStopInfo.cpp1202 if (!frame_0_sp->IsInlined()) in GetSuggestedStackFrameIndex()
H A DStackFrame.cpp1250 bool StackFrame::IsInlined() { in IsInlined() function in StackFrame
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h397 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.cpp673 if (parent_frame->IsInlined()) in Evaluate_DW_OP_entry_value()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1572 if (frame_sp->IsInlined()) { in DoExecute()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp446 const bool IsInlined = in hasAnyUnusedVirtualInlineFunction() local
448 if (!IsInlined) in hasAnyUnusedVirtualInlineFunction()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6930 result = (bool)((lldb::SBBlock const *)arg1)->IsInlined(); in _wrap_SBBlock_IsInlined()
31177 result = (bool)(arg1)->IsInlined(); in _wrap_SBFrame_IsInlined__SWIG_0()
31201 result = (bool)((lldb::SBFrame const *)arg1)->IsInlined(); in _wrap_SBFrame_IsInlined__SWIG_1()