Files
clang-p2996/llvm/docs/CommandGuide/llvm-profdata.rst
William Junda Huang 2b8649fbec Added feature in llvm-profdata merge to filter functions from the profile (#78378)
`--function=<regex>` Include functions matching regex in the output
`--no-function=<regex>` Exclude functions matching regex from the output

If both are specified, `--no-function` has a higher precedence if a
function name matches both filters
2024-01-23 16:19:45 -05:00

14 KiB