Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DEnumTables.cpp27 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, IsSelector),
H A DDbiStreamBuilder.cpp340 Ret |= static_cast<uint16_t>(OMFSegDescFlags::IsSelector); in toSecMapFlags()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h107 IsSelector = 1 << 8, // Frame represents a selector. enumerator
/llvm-project-15.0.7/llvm/docs/PDB/
H A DDbiStream.rst324 IsSelector = 1 << 8, // Frame represents a selector.
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1753 PUSH_FLAG(OMFSegDescFlags, IsSelector, Flags, "selector"); in formatSegMapDescriptorFlag()