]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm-project/compiler-rt/lib/xray/xray_always_instrument.txt
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / contrib / llvm-project / compiler-rt / lib / xray / xray_always_instrument.txt
1 # List of function matchers common to C/C++ applications that make sense to
2 # always instrument. You can use this as an argument to
3 # -fxray-always-instrument=<path> along with your project-specific lists.
4
5 # Always instrument the main function.
6 fun:main