From: Rui Ueyama Date: Fri, 28 Feb 2014 01:18:58 +0000 (+0000) Subject: Rename coff_pdata_x64 -> coff_runtime_function_x64. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5de0f3d6dab142f12d88af13890feafcf7f2c7c3;p=oota-llvm.git Rename coff_pdata_x64 -> coff_runtime_function_x64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202460 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Object/COFF.h b/include/llvm/Object/COFF.h index 4a8c8bf0740..7ca7c43668f 100644 --- a/include/llvm/Object/COFF.h +++ b/include/llvm/Object/COFF.h @@ -267,7 +267,7 @@ struct coff_load_configuration32 { support::ulittle32_t SEHandlerCount; }; -struct coff_pdata_x64 { +struct coff_runtime_function_x64 { support::ulittle32_t BeginAddress; support::ulittle32_t EndAddress; support::ulittle32_t UnwindInformation;