Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h109 IsGroup = 1 << 10, // If set, descriptor represents a group. enumerator
110 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ IsGroup)
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DEnumTables.cpp29 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, IsGroup),
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.td65 //class IsGroup<string Name> { DiagGroup Group = DiagGroup<Name>; }
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1757 PUSH_FLAG(OMFSegDescFlags, IsGroup, Flags, "group"); in formatSegMapDescriptorFlag()