Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawTypes.h60 struct SecMapEntry { struct
61 support::ulittle16_t Flags; // Descriptor flags. See OMFSegDescFlags
62 support::ulittle16_t Ovl; // Logical overlay number.
63 support::ulittle16_t Group; // Group index into descriptor array.
64 support::ulittle16_t Frame;
65 support::ulittle16_t SecName; // Byte index of the segment or group name
67 support::ulittle16_t ClassName; // Byte index of the class name in the
69 support::ulittle32_t Offset; // Byte offset of the logical segment
73 support::ulittle32_t SecByteLength; // Byte count of the segment or group.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h75 struct SecMapEntry { struct
76 support::ulittle16_t Flags; // Descriptor flags. See OMFSegDescFlags
77 support::ulittle16_t Ovl; // Logical overlay number.
78 support::ulittle16_t Group; // Group index into descriptor array.
79 support::ulittle16_t Frame;
80 support::ulittle16_t SecName; // Byte index of the segment or group name
82 support::ulittle16_t ClassName; // Byte index of the class name in the
84 support::ulittle32_t Offset; // Byte offset of the logical segment
88 support::ulittle32_t SecByteLength; // Byte count of the segment or group.