Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h433 struct ExceptionDataRecord { struct
437 ExceptionDataRecord(const support::ulittle32_t *Data, bool isAArch64) : in ExceptionDataRecord() function
440 uint32_t FunctionLength() const { in FunctionLength()
444 uint32_t FunctionLengthInBytesARM() const { in FunctionLengthInBytesARM()
448 uint32_t FunctionLengthInBytesAArch64() const { in FunctionLengthInBytesAArch64()
452 uint8_t Vers() const { in Vers()
456 bool X() const { in X()
460 bool E() const { in E()
464 bool F() const { in F()
469 uint16_t EpilogueCount() const { in EpilogueCount()
[all …]