Searched refs:exp_record (Results 1 – 1 of 1) sorted by relevance
703 Exception exp_record = {}; in AddExceptions() local704 exp_record.ExceptionCode = in AddExceptions()706 exp_record.ExceptionFlags = static_cast<llvm::support::ulittle32_t>(0); in AddExceptions()707 exp_record.ExceptionRecord = static_cast<llvm::support::ulittle64_t>(0); in AddExceptions()708 exp_record.ExceptionAddress = reg_ctx_sp->GetPC(); in AddExceptions()709 exp_record.NumberParameters = static_cast<llvm::support::ulittle32_t>(0); in AddExceptions()710 exp_record.UnusedAlignment = static_cast<llvm::support::ulittle32_t>(0); in AddExceptions()717 exp_stream.ExceptionRecord = exp_record; in AddExceptions()