Home
last modified time | relevance | path

Searched refs:IsAggregate (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h36 IsAggregate, enumerator
159 KIND(LVScopeKind, IsAggregate);
164 KIND_1(LVScopeKind, IsClass, IsAggregate);
177 KIND_1(LVScopeKind, IsStructure, IsAggregate);
183 KIND_1(LVScopeKind, IsUnion, IsAggregate);
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h94 bool IsAggregate();
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp209 bool ValueObjectPrinter::IsAggregate() { in IsAggregate() function in ValueObjectPrinter
684 if (!IsAggregate()) in ShouldPrintEmptyBrackets()
861 } else if (HasReachedMaximumDepth() && IsAggregate() && in PrintChildrenIfNeeded()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h421 IsAggregate = 1 << 3, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp337 clEnumValN(LVScopeKind::IsAggregate, "Aggregate",
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp80 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAggregate),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp40 PUSH_FLAG(LocalSymFlags, IsAggregate, Flags, "aggregate"); in formatLocalSymFlags()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp83 {LVScopeKind::IsAggregate, &LVScope::getIsAggregate},
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def517 TYPE_TRAIT_1(__is_aggregate, IsAggregate, KEYCXX)