Searched refs:exp_record (Results 1 – 1 of 1) sorted by relevance
709 Exception exp_record = {}; in AddExceptions() local710 exp_record.ExceptionCode = in AddExceptions()712 exp_record.ExceptionFlags = in AddExceptions()714 exp_record.ExceptionRecord = static_cast<llvm::support::ulittle64_t>(0); in AddExceptions()715 exp_record.ExceptionAddress = reg_ctx_sp->GetPC(); in AddExceptions()716 exp_record.NumberParameters = static_cast<llvm::support::ulittle32_t>(1); in AddExceptions()720 memcpy(&exp_record.ExceptionInformation, description.c_str(), in AddExceptions()722 exp_record.UnusedAlignment = static_cast<llvm::support::ulittle32_t>(0); in AddExceptions()727 exp_stream.ExceptionRecord = exp_record; in AddExceptions()