Skip to content

CallGraphSCCPass to analyze highlighted call chains #28

@Ritanya-B-Bharadwaj

Description

@Ritanya-B-Bharadwaj

Add a new custom LLVM attributes, named IsHighlighted.

Create a new SCC pass:
For each call graph, if any function is marked with the above custom attribute IsHighlighted, then mark all functions in the call graph with the same attribute.
Display all functions that are marked with the custom attribute in a formatted table. Include the full signature of the function in the display, including the parameter names, types and the return type. Also display the size of the function (in number of lines of code) and the name of the source file that contains the function definition.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions