|
LLVM
3.7.0
|
#include <ARMWinEH.h>
Public Member Functions | |
| ExceptionDataRecord (const support::ulittle32_t *Data) | |
| uint32_t | FunctionLength () const |
| uint8_t | Vers () const |
| bool | X () const |
| bool | E () const |
| bool | F () const |
| uint8_t | EpilogueCount () const |
| uint8_t | CodeWords () const |
| ArrayRef< support::ulittle32_t > | EpilogueScopes () const |
| ArrayRef< uint8_t > | UnwindByteCode () const |
| uint32_t | ExceptionHandlerRVA () const |
| uint32_t | ExceptionHandlerParameter () const |
Public Attributes | |
| const support::ulittle32_t * | Data |
Definition at line 313 of file ARMWinEH.h.
|
inline |
Definition at line 316 of file ARMWinEH.h.
|
inline |
Definition at line 344 of file ARMWinEH.h.
References Data, and llvm::ARM::WinEH::HeaderWords().
Referenced by ExceptionHandlerParameter(), ExceptionHandlerRVA(), and UnwindByteCode().
|
inline |
Definition at line 330 of file ARMWinEH.h.
References Data.
Referenced by EpilogueScopes(), and UnwindByteCode().
|
inline |
Definition at line 338 of file ARMWinEH.h.
References Data, and llvm::ARM::WinEH::HeaderWords().
Referenced by EpilogueScopes(), ExceptionHandlerParameter(), ExceptionHandlerRVA(), and UnwindByteCode().
|
inline |
Definition at line 350 of file ARMWinEH.h.
References Data, E(), EpilogueCount(), llvm::ARM::WinEH::HeaderWords(), and llvm::makeArrayRef().
|
inline |
Definition at line 369 of file ARMWinEH.h.
References CodeWords(), Data, EpilogueCount(), llvm::ARM::WinEH::HeaderWords(), and X().
|
inline |
Definition at line 364 of file ARMWinEH.h.
References CodeWords(), Data, EpilogueCount(), llvm::ARM::WinEH::HeaderWords(), and X().
|
inline |
Definition at line 334 of file ARMWinEH.h.
References Data.
|
inline |
Definition at line 318 of file ARMWinEH.h.
References Data.
|
inline |
Definition at line 356 of file ARMWinEH.h.
References CodeWords(), Data, E(), EpilogueCount(), llvm::ARM::WinEH::HeaderWords(), and llvm::makeArrayRef().
|
inline |
Definition at line 322 of file ARMWinEH.h.
References Data.
|
inline |
Definition at line 326 of file ARMWinEH.h.
References Data.
Referenced by ExceptionHandlerParameter(), and ExceptionHandlerRVA().
| const support::ulittle32_t* llvm::ARM::WinEH::ExceptionDataRecord::Data |
Definition at line 314 of file ARMWinEH.h.
Referenced by CodeWords(), E(), EpilogueCount(), EpilogueScopes(), ExceptionHandlerParameter(), ExceptionHandlerRVA(), F(), FunctionLength(), llvm::ARM::WinEH::HeaderWords(), UnwindByteCode(), Vers(), and X().
1.8.6