Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h110 IsGroup = 1 << 10, // If set, descriptor represents a group. enumerator
111 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ IsGroup)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DEnumTables.cpp29 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, IsGroup),
/external/llvm/lib/DebugInfo/PDB/Raw/
DEnumTables.cpp29 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, IsGroup),
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawConstants.h88 IsGroup = 1 << 10 // If set, descriptor represents a group. enumerator
/external/clang/include/clang/Basic/
DDiagnostic.td53 //class IsGroup<string Name> { DiagGroup Group = DiagGroup<Name>; }
/external/v8/src/regexp/
Dregexp-ast.h493 bool IsGroup() override;
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
DDbiStream.rst315 IsGroup = 1 << 10 // If set, descriptor represents a group.
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1550 PUSH_FLAG(OMFSegDescFlags, IsGroup, Flags, "group"); in formatSegMapDescriptorFlag()