summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Inputs/llvm-symbolizer-local-mem-func-gcc.elf-x86-64
Commit message (Collapse)AuthorAgeFilesLines
* llvm-symbolizer: Handle function definitions nested within other functionsDavid Blaikie2018-05-011-0/+0
LLVM always puts function definition DIEs at the top level, but under some circumstances GCC does not (at least in this case with member functions of a function-local type). To ensure that doesn't appear as though the local type's member function is unduly inlined within the outer function - ensure the inline discovery DIE parent walk stops at the first DW_TAG_subprogram. llvm-svn: 331291
OpenPOWER on IntegriCloud