brintos

brintos / llvm-project-archived public Read only

0
0
Text · 282 B · 7fa48dd Raw
7 lines · plain
1# List of function matchers common to C/C++ applications that make sense to2# never instrument. You can use this as an argument to3# -fxray-never-instrument=<path> along with your project-specific lists.4 5# Never instrument any function whose symbol starts with __xray.6fun:__xray*7