[MS] Add metadata for __declspec(allocator)
Summary: Emit !heapallocsite in the metadata for calls to functions marked with __declspec(allocator). Eventually this will be emitted as S_HEAPALLOCSITE debug info in codeview. Reviewers: rnk Subscribers: jfb, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D60237 llvm-svn: 357928
Showing
- clang/lib/CodeGen/CGCall.cpp 9 additions, 7 deletionsclang/lib/CodeGen/CGCall.cpp
- clang/lib/CodeGen/CGDebugInfo.cpp 14 additions, 0 deletionsclang/lib/CodeGen/CGDebugInfo.cpp
- clang/lib/CodeGen/CGDebugInfo.h 4 additions, 0 deletionsclang/lib/CodeGen/CGDebugInfo.h
- clang/test/CodeGen/debug-info-codeview-heapallocsite.c 27 additions, 0 deletionsclang/test/CodeGen/debug-info-codeview-heapallocsite.c
Loading
Please register or sign in to comment