Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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)
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DEnumTables.cpp29 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, IsGroup),
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.td65 //class IsGroup<string Name> { DiagGroup Group = DiagGroup<Name>; }
/openbsd/gnu/llvm/llvm/docs/PDB/
H A DDbiStream.rst326 IsGroup = 1 << 10 // If set, descriptor represents a group.
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1757 PUSH_FLAG(OMFSegDescFlags, IsGroup, Flags, "group"); in formatSegMapDescriptorFlag()