Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DARMWinEH.h431 struct ExceptionDataRecord { struct
435 ExceptionDataRecord(const support::ulittle32_t *Data, bool isAArch64) : in ExceptionDataRecord() argument
438 uint32_t FunctionLength() const { in FunctionLength()
442 uint32_t FunctionLengthInBytesARM() const { in FunctionLengthInBytesARM()
446 uint32_t FunctionLengthInBytesAArch64() const { in FunctionLengthInBytesAArch64()
450 uint8_t Vers() const { in Vers()
454 bool X() const { in X()
458 bool E() const { in E()
462 bool F() const { in F()
467 uint16_t EpilogueCount() const { in EpilogueCount()
[all …]