LLVM: llvm::sframe::Header< E > Struct Template Reference (original) (raw)
#include "[llvm/BinaryFormat/SFrame.h](SFrame%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| struct Preamble< E > | Preamble |
| detail::packed< ABI, E > | ABIArch |
| detail::packed< int8_t, E > | CFAFixedFPOffset |
| detail::packed< int8_t, E > | CFAFixedRAOffset |
| detail::packed< uint8_t, E > | AuxHdrLen |
| detail::packed< uint32_t, E > | NumFDEs |
| detail::packed< uint32_t, E > | NumFREs |
| detail::packed< uint32_t, E > | FRELen |
| detail::packed< uint32_t, E > | FDEOff |
| detail::packed< uint32_t, E > | FREOff |
Detailed Description
template<endianness E>
struct llvm::sframe::Header< E >
Definition at line 94 of file SFrame.h.
Member Data Documentation
◆ ABIArch
template<endianness E>
detail::packed<ABI, E> llvm::sframe::Header< E >::ABIArch
Definition at line 96 of file SFrame.h.
◆ AuxHdrLen
template<endianness E>
detail::packed<uint8_t, E> llvm::sframe::Header< E >::AuxHdrLen
Definition at line 99 of file SFrame.h.
◆ CFAFixedFPOffset
template<endianness E>
detail::packed<int8_t, E> llvm::sframe::Header< E >::CFAFixedFPOffset
Definition at line 97 of file SFrame.h.
◆ CFAFixedRAOffset
template<endianness E>
detail::packed<int8_t, E> llvm::sframe::Header< E >::CFAFixedRAOffset
Definition at line 98 of file SFrame.h.
◆ FDEOff
template<endianness E>
detail::packed<uint32_t, E> llvm::sframe::Header< E >::FDEOff
Definition at line 103 of file SFrame.h.
◆ FRELen
template<endianness E>
detail::packed<uint32_t, E> llvm::sframe::Header< E >::FRELen
Definition at line 102 of file SFrame.h.
◆ FREOff
template<endianness E>
detail::packed<uint32_t, E> llvm::sframe::Header< E >::FREOff
Definition at line 104 of file SFrame.h.
◆ NumFDEs
template<endianness E>
detail::packed<uint32_t, E> llvm::sframe::Header< E >::NumFDEs
Definition at line 100 of file SFrame.h.
◆ NumFREs
template<endianness E>
detail::packed<uint32_t, E> llvm::sframe::Header< E >::NumFREs
Definition at line 101 of file SFrame.h.
◆ Preamble
template<endianness E>
struct Preamble< E > llvm::sframe::Header< E >::Preamble
Definition at line 95 of file SFrame.h.
The documentation for this struct was generated from the following file:
- include/llvm/BinaryFormat/SFrame.h