Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
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 …]
/external/llvm/include/llvm/Support/
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 …]