diff options
author | Rui Ueyama <ruiu@google.com> | 2014-10-17 22:03:54 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2014-10-17 22:03:54 +0000 |
commit | 2845fb29d8ec227b2dedf83fa606eceaea443ccf (patch) | |
tree | e08f9754b29e54217a4d4556aa7ff59212a52296 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 39e4bb3bc5fb4872eb1efeb14cf278ba76aaa7a4 (diff) | |
download | llvm-2845fb29d8ec227b2dedf83fa606eceaea443ccf.zip llvm-2845fb29d8ec227b2dedf83fa606eceaea443ccf.tar.gz llvm-2845fb29d8ec227b2dedf83fa606eceaea443ccf.tar.bz2 |
[PECOFF] Emit x64 delay-import wrapper function
Previously we supported x86 only. This patch is to support x64.
The array of pointers to delay-loaded functions points the
DLL delay loading function at start-up. When a function is called
for the first time, the delay loading function gets called and
then rewrite the function pointer array.
llvm-svn: 220096
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions