HomeSort by: relevance | last modified time | path
    Searched refs:instrument (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ValueProfilePlugins.inc 44 // Not instrument constant length calls.
62 // Not instrument constant length calls.
  /src/external/lgpl3/gmp/dist/tests/mpn/
Makefile.am 26 t-instrument t-iord_u t-mp_bases t-perfsqr t-scan logic \
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ubsan.cc 36 /* Instrument division by zero and INT_MIN / -1. If not instrumenting,
100 /* If the condition was folded to 0, no need to instrument
160 /* Instrument left and right shifts. */
223 /* If the condition was folded to 0, no need to instrument
334 /* Instrument variable length array bound. */
363 /* Instrument missing return in C++ functions returning non-void. */
379 /* Instrument array bounds for ARRAY_REFs. We create special builtin,
431 /* Not a last element. Instrument it. */
478 /* Don't instrument this flexible array member-like array in non-strict
519 /* Instrument an ARRAY_REF, if it hasn't already been instrumented
549 bool instrument = false; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ubsan.cc 36 /* Instrument division by zero and INT_MIN / -1. If not instrumenting,
99 /* If the condition was folded to 0, no need to instrument
143 /* Instrument left and right shifts. */
206 /* If the condition was folded to 0, no need to instrument
276 /* Instrument variable length array bound. */
305 /* Instrument missing return in C++ functions returning non-void. */
319 /* Instrument array bounds for ARRAY_REFs. We create special builtin,
359 /* Not a last element. Instrument it. */
367 /* Don't instrument this flexible array member-like array in non-strict
408 /* Instrument an ARRAY_REF, if it hasn't already been instrumented
442 bool instrument = false; local
    [all...]
  /src/external/lgpl3/gmp/dist/tests/
amd64call.asm 56 ifelse(WANT_PROFILING,instrument,
x86call.asm 56 ifelse(WANT_PROFILING,instrument,
  /src/external/lgpl3/gmp/dist/mpn/x86/fat/
fat_entry.asm 39 dnl "instrument" profiling scheme anyway.
  /src/external/lgpl3/gmp/dist/mpn/x86_64/fat/
fat_entry.asm 42 dnl "instrument" profiling scheme anyway.
  /src/crypto/external/apache2/openssl/dist/crypto/
sparccpuid.S 258 ! Probe and instrument VIS1 instruction. Output is number of cycles it
  /src/crypto/external/bsd/openssl/dist/crypto/
sparccpuid.S 258 ! Probe and instrument VIS1 instruction. Output is number of cycles it
  /src/crypto/external/bsd/openssl.old/dist/crypto/
sparccpuid.S 252 ! Probe and instrument VIS1 instruction. Output is number of cycles it
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 660 static void instrument ();
3164 static void instrument ();
4836 bytes_out::instrument ()
4849 trees_out::instrument ()
4853 bytes_out::instrument ();
18445 trees_out::instrument ();
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 689 static void instrument ();
3124 static void instrument ();
4667 bytes_out::instrument ()
4680 trees_out::instrument ()
4684 bytes_out::instrument ();
17832 trees_out::instrument ();
  /src/external/bsd/libpcap/dist/
configure 1459 --enable-instrument-functions
1460 enable instrument functions code [default=no]
6692 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable the instrument functions code" >&5
6693 printf %s "checking whether to enable the instrument functions code... " >&6; }
6694 # Check whether --enable-instrument-functions was given.
6710 # Use '--enable-instrument-functions' also with tcpdump (or tcpslice)
  /src/external/lgpl3/gmp/dist/
configure 3867 no|prof|gprof|instrument) ;;
3868 *) as_fn_error $? "bad value $enableval for --enable-profiling, need no/prof/gprof/instrument" "$LINENO" 5 ;;
3886 instrument)
5933 instrument) cflags="$cflags -finstrument-functions" ;;

Completed in 198 milliseconds