struct ListTable
Declaration
template <typename EntryType>
struct ListTable { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ObjectYAML/DWARFYAML.h:199
Templates
- EntryType
Member Variables
- public dwarf::DwarfFormat Format
- public Optional<yaml::Hex64> Length
- public yaml::Hex16 Version
- public Optional<yaml::Hex8> AddrSize
- public yaml::Hex8 SegSelectorSize
- public Optional<uint32_t> OffsetEntryCount
- public Optional<std::vector<yaml::Hex64>> Offsets
- public std::vector<ListEntries<EntryType>> Lists