Home
last modified time | relevance | path

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

/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 …]