| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | LookupResult.cpp | 66 const bool IsInlined = I + 1 != NumLocations; in operator <<() local 68 if (IsInlined) in operator <<()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFrame.h | 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 | 1166 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 D | LVElement.h | 89 IsInlined, enumerator 162 PROPERTY(Property, IsInlined);
|
| H A D | LVScope.h | 176 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 | 121 if (immediate_return_from_sp->IsInlined()) { in SetupReturnAddress()
|
| H A D | StopInfo.cpp | 1202 if (!frame_0_sp->IsInlined()) in GetSuggestedStackFrameIndex()
|
| H A D | StackFrame.cpp | 1250 bool StackFrame::IsInlined() { in IsInlined() function in StackFrame
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrame.h | 397 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 | 673 if (parent_frame->IsInlined()) in Evaluate_DW_OP_entry_value()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 1572 if (frame_sp->IsInlined()) { in DoExecute()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 446 const bool IsInlined = in hasAnyUnusedVirtualInlineFunction() local 448 if (!IsInlined) in hasAnyUnusedVirtualInlineFunction()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 6930 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()
|