Searched refs:exp_record (Results 1 – 1 of 1) sorted by relevance
611 Exception exp_record = {}; in AddExceptions() local612 exp_record.ExceptionCode = in AddExceptions()614 exp_record.ExceptionFlags = static_cast<llvm::support::ulittle32_t>(0); in AddExceptions()615 exp_record.ExceptionRecord = static_cast<llvm::support::ulittle64_t>(0); in AddExceptions()616 exp_record.ExceptionAddress = reg_ctx_sp->GetPC(); in AddExceptions()617 exp_record.NumberParameters = static_cast<llvm::support::ulittle32_t>(0); in AddExceptions()618 exp_record.UnusedAlignment = static_cast<llvm::support::ulittle32_t>(0); in AddExceptions()625 exp_stream.ExceptionRecord = exp_record; in AddExceptions()