Crate stack_sizes

Source
Expand description

Library to parse stack usage information (.stack_sizes) emitted by LLVM

Structs§

Function
A symbol that represents a function (subroutine)
Functions
Functions found after analyzing an executable

Functions§

analyze_executable
Parses an executable ELF file and returns a list of functions and their stack usage
analyze_object
Parses an input (AKA relocatable) object file (.o) and returns a list of symbols and their stack usage