1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/DebugInfo/COFF
Reid Kleckner 316138a83d [codeview] Begin to add support for inlined call sites
Summary:
There are three parts to inlined call frames:
1. The inlinee line subsection
2. The inline site symbol record
3. The function ids referenced by both

This change starts by emitting function ids (3) for all subprograms and
emitting the base inline site symbol record (2). The actual line numbers
in (2) use an encoded format that will come next, along with the inlinee
line subsection.

Reviewers: majnemer

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D16333

llvm-svn: 259217
2016-01-29 18:16:43 +00:00
..
asan-module-ctor.ll DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
asan-module-without-functions.ll If the "CodeView" module flag is set, emit codeview instead of DWARF 2015-08-05 22:26:20 +00:00
asm.ll [CodeView] Fix dumping the is_stmt bit from the line table 2016-01-29 16:39:04 +00:00
cpp-mangling.ll [codeview] Regenerate C++ display name test case and update comments 2016-01-14 00:12:54 +00:00
inlining.ll [codeview] Begin to add support for inlined call sites 2016-01-29 18:16:43 +00:00
lit.local.cfg
multifile.ll [CodeView] Fix dumping the is_stmt bit from the line table 2016-01-29 16:39:04 +00:00
multifunction.ll [CodeView] Fix dumping the is_stmt bit from the line table 2016-01-29 16:39:04 +00:00
simple.ll [CodeView] Fix dumping the is_stmt bit from the line table 2016-01-29 16:39:04 +00:00
tail-call-without-lexical-scopes.ll Reland "[CodeView] Use assembler directives for line tables" 2016-01-29 00:49:42 +00:00