Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h74 bool IsAggregate();
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp195 bool ValueObjectPrinter::IsAggregate() { in IsAggregate() function in ValueObjectPrinter
627 if (!IsAggregate()) in ShouldPrintEmptyBrackets()
789 } else if (HasReachedMaximumDepth() && IsAggregate() && in PrintChildrenIfNeeded()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h411 IsAggregate = 1 << 3, enumerator
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp337 clEnumValN(LVScopeKind::IsAggregate, "Aggregate",
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp80 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAggregate),
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp39 PUSH_FLAG(LocalSymFlags, IsAggregate, Flags, "aggregate"); in formatLocalSymFlags()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp92 {LVScopeKind::IsAggregate, &LVScope::getIsAggregate},
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTokenKinds.def494 TYPE_TRAIT_1(__is_aggregate, IsAggregate, KEYCXX)