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()
546 if (IsFunction || IsInlinedFunction || IsBlock) { in collectStatsRecursive()
548 if (IsFunction || IsInlinedFunction) in collectStatsRecursive()
588 if (IsInlinedFunction) { in collectStatsRecursive()
606 else if (IsInlinedFunction && InlineDepth == 0) in collectStatsRecursive()
618 else if (IsInlinedFunction) in collectStatsRecursive()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h48 IsInlinedFunction, enumerator
176 KIND_2(LVScopeKind, IsInlinedFunction, IsFunction, IsInlined);
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp355 clEnumValN(LVScopeKind::IsInlinedFunction, "InlinedFunction",
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp97 {LVScopeKind::IsInlinedFunction, &LVScope::getIsInlinedFunction},