Home
last modified time | relevance | path

Searched refs:IsInlinedFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp518 const bool IsInlinedFunction = Tag == dwarf::DW_TAG_inlined_subroutine; in collectStatsRecursive() local
522 (IsInlinedFunction || (IsFunction && HasAbstractOrigin)); in collectStatsRecursive()
545 if (IsFunction || IsInlinedFunction || IsBlock) { in collectStatsRecursive()
547 if (IsFunction || IsInlinedFunction) in collectStatsRecursive()
587 if (IsInlinedFunction) { in collectStatsRecursive()
605 else if (IsInlinedFunction && InlineDepth == 0) in collectStatsRecursive()
617 else if (IsInlinedFunction) in collectStatsRecursive()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h47 IsInlinedFunction, enumerator
171 KIND_2(LVScopeKind, IsInlinedFunction, IsFunction, IsInlined);
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp352 clEnumValN(LVScopeKind::IsInlinedFunction, "InlinedFunction",
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp94 {LVScopeKind::IsInlinedFunction, &LVScope::getIsInlinedFunction},