Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DARMWinEH.h349 struct ExceptionDataRecord { struct
353 ExceptionDataRecord(const support::ulittle32_t *Data, bool isAArch64) : in ExceptionDataRecord() argument
356 uint32_t FunctionLength() const { in FunctionLength()
360 uint32_t FunctionLengthInBytesARM() const { in FunctionLengthInBytesARM()
364 uint32_t FunctionLengthInBytesAArch64() const { in FunctionLengthInBytesAArch64()
368 uint8_t Vers() const { in Vers()
372 bool X() const { in X()
376 bool E() const { in E()
380 bool F() const { in F()
385 uint16_t EpilogueCount() const { in EpilogueCount()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
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 …]
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DARMWinEH.h313 struct ExceptionDataRecord { struct
316 ExceptionDataRecord(const support::ulittle32_t *Data) : Data(Data) {} in ExceptionDataRecord() argument
318 uint32_t FunctionLength() const { in FunctionLength()
322 uint8_t Vers() const { in Vers()
326 bool X() const { in X()
330 bool E() const { in E()
334 bool F() const { in F()
338 uint8_t EpilogueCount() const { in EpilogueCount()
344 uint8_t CodeWords() const { in CodeWords()
350 ArrayRef<support::ulittle32_t> EpilogueScopes() const { in EpilogueScopes()
[all …]