struct GsymReader::SwappedData
Declaration
struct GsymReader::SwappedData { /* full declaration omitted */ };
Description
When the GSYM file's endianness doesn't match the host system then we must decode all data structures that need to be swapped into local storage and set point the ArrayRef objects above to these swapped copies.
Declared at: llvm/include/llvm/DebugInfo/GSYM/GsymReader.h:63
Member Variables
- public llvm::gsym::Header Hdr
- public std::vector<uint8_t> AddrOffsets
- public std::vector<uint32_t> AddrInfoOffsets
- public std::vector<FileEntry> Files