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.h432 struct ExceptionDataRecord { struct
436 ExceptionDataRecord(const support::ulittle32_t *Data, bool isAArch64) : in ExceptionDataRecord() argument
439 uint32_t FunctionLength() const { in FunctionLength()
443 uint32_t FunctionLengthInBytesARM() const { in FunctionLengthInBytesARM()
447 uint32_t FunctionLengthInBytesAArch64() const { in FunctionLengthInBytesAArch64()
451 uint8_t Vers() const { in Vers()
455 bool X() const { in X()
459 bool E() const { in E()
463 bool F() const { in F()
468 uint16_t EpilogueCount() const { in EpilogueCount()
[all …]