Home
last modified time | relevance | path

Searched defs:SecMapEntry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h74 struct SecMapEntry { struct
75 support::ulittle16_t Flags; // Descriptor flags. See OMFSegDescFlags
76 support::ulittle16_t Ovl; // Logical overlay number.
77 support::ulittle16_t Group; // Group index into descriptor array.
78 support::ulittle16_t Frame;
79 support::ulittle16_t SecName; // Byte index of the segment or group name
81 support::ulittle16_t ClassName; // Byte index of the class name in the
83 support::ulittle32_t Offset; // Byte offset of the logical segment
87 support::ulittle32_t SecByteLength; // Byte count of the segment or group.