Lines Matching full:instrumentation
1 // RUN: %clang_cc1 -fxray-instrument -fxray-instrumentation-bundle=none -x c++ \
4 // RUN: %clang_cc1 -fxray-instrument -fxray-instrumentation-bundle=function -x c++ \
8 // RUN: -fxray-instrumentation-bundle=custom -x c++ \
12 // RUN: -fxray-instrumentation-bundle=typed -x c++ \
16 // RUN: -fxray-instrumentation-bundle=custom,typed -x c++ \
20 // RUN: -fxray-instrumentation-bundle=function,custom -x c++ \
24 // RUN: -fxray-instrumentation-bundle=function,typed -x c++ \
28 // RUN: -fxray-instrumentation-bundle=function,custom,typed -x c++ \
32 // RUN: -fxray-instrumentation-bundle=function \
33 // RUN: -fxray-instrumentation-bundle=custom \
34 // RUN: -fxray-instrumentation-bundle=typed -x c++ \
38 // RUN: -fxray-instrumentation-bundle=function-entry -x c++ \
42 // RUN: -fxray-instrumentation-bundle=function-exit -x c++ \
46 // RUN: -fxray-instrumentation-bundle=function-entry,function-exit -x c++ \