llvm/lib/DebugInfo
Peter Collingbourne e0246a9536 llvm-symbolizer: Add a FRAME command.
This command prints a description of the referenced function's stack frame.
For each formal parameter and local variable, the tool prints:

- function name
- variable name
- file/line of declaration
- FP-relative variable location (if available)
- size in bytes
- HWASAN tag offset

This information will be used by the HWASAN runtime to identify local
variables in UAR reports.

Differential Revision: https://reviews.llvm.org/D63468

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364225 91177308-0d34-0410-b5e6-96231b3b80d8
2019-06-24 20:03:23 +00:00
..
CodeView [COFF, ARM64] Add CodeView register mapping 2019-05-31 23:43:31 +00:00
DWARF llvm-symbolizer: Add a FRAME command. 2019-06-24 20:03:23 +00:00
MSF Move some classes into anonymous namespaces. NFC. 2019-02-11 15:16:21 +00:00
PDB llvm-symbolizer: Add a FRAME command. 2019-06-24 20:03:23 +00:00
Symbolize llvm-symbolizer: Add a FRAME command. 2019-06-24 20:03:23 +00:00
CMakeLists.txt
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00