Home
last modified time | relevance | path

Searched +full:- +full:fno +full:- +full:omit +full:- +full:frame +full:- +full:pointer (Results 1 – 25 of 71) sorted by relevance

123

/external/clang/test/Driver/
Dwoa-fp.c1 // RUN: %clang -target armv7-windows-msvc -### -S %s -O0 -o /dev/null 2>&1 | FileCheck %s -check-pr…
2 // RUN: %clang -target armv7-windows-msvc -### -S %s -O1 -o /dev/null 2>&1 | FileCheck %s -check-pr…
3 // RUN: %clang -target armv7-windows-msvc -### -S %s -O2 -o /dev/null 2>&1 | FileCheck %s -check-pr…
4 // RUN: %clang -target armv7-windows-msvc -### -S %s -O3 -o /dev/null 2>&1 | FileCheck %s -check-pr…
5 // RUN: %clang -target armv7-windows-msvc -### -S %s -Os -o /dev/null 2>&1 | FileCheck %s -check-pr…
7 // RUN: %clang -target armv7-windows-itanium -### -S %s -O0 -o /dev/null 2>&1 | FileCheck %s -check
8 // RUN: %clang -target armv7-windows-itanium -### -S %s -O1 -o /dev/null 2>&1 | FileCheck %s -check
9 // RUN: %clang -target armv7-windows-itanium -### -S %s -O2 -o /dev/null 2>&1 | FileCheck %s -check
10 // RUN: %clang -target armv7-windows-itanium -### -S %s -O3 -o /dev/null 2>&1 | FileCheck %s -check
11 // RUN: %clang -target armv7-windows-itanium -### -S %s -Os -o /dev/null 2>&1 | FileCheck %s -check
[all …]
/external/grpc-grpc/tools/
Dbazel.rc1 build --client_env=CC=clang
2 build --copt -DGRPC_BAZEL_BUILD
4 build:opt --copt -Wframe-larger-than=16384
6 build:asan --strip=never
7 build:asan --copt -fsanitize-coverage=edge
8 build:asan --copt -fsanitize=address
9 build:asan --copt -O0
10 build:asan --copt -fno-omit-frame-pointer
11 build:asan --copt -DGPR_NO_DIRECT_SYSCALLS
12 build:asan --linkopt -fsanitize=address
[all …]
/external/harfbuzz_ng/.circleci/
Dconfig.yml5 macos-10.12.6-aat-fonts:
9 - checkout
10- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo
11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
12 - run: make -j4
13 - run: make check || .ci/fail.sh
15 macos-10.13.6-aat-fonts:
19 - checkout
20- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo
21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
[all …]
/external/compiler-rt/test/asan/TestCases/Linux/
Dasan-asm-stacktrace-test.cc4 // REQUIRES: x86_64-target-arch
5 …N: %clangxx_asan -g -O1 %s -fno-inline-functions -fno-omit-frame-pointer -mno-omit-leaf-frame-poin…
6 … RUN: %clangxx_asan -g -O1 %s -fno-inline-functions -fomit-frame-pointer -momit-leaf-frame-pointer
7-g0 -O1 %s -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-exceptions -fno-inline-function…
12 // CHECK-NEXT: {{#0 0x[0-9a-fA-F]+ in foo}}
13 // CHECK-NEXT: {{#1 0x[0-9a-fA-F]+ in main}}
15 // CHECK-nounwind: READ of size 4
16 // CHECK-nounwind-NEXT: {{#0 0x[0-9a-fA-F]+ in foo}}
/external/libcxx/utils/google-benchmark/
D.travis.yml7 - /usr/local/bin:$PATH
11 - compiler: gcc
15 - lcov
17 - compiler: gcc
19 - compiler: gcc
21 - compiler: gcc
25 - g++-multilib
27 - compiler: gcc
31 - g++-multilib
33 - compiler: gcc
[all …]
/external/google-benchmark/
D.travis.yml7 - /usr/local/bin:$PATH
11 - compiler: gcc
15 - lcov
17 - compiler: gcc
19 - compiler: gcc
21 - compiler: gcc
25 - g++-multilib
27 - compiler: gcc
31 - g++-multilib
33 - compiler: gcc
[all …]
/external/elfutils/tests/
Drun-backtrace-fp-core-i386.sh18 . $srcdir/backtrace-subr.sh
20 # The binary is generated by compiling backtrace-child without unwind
21 # information, but with -fno-omit-frame-pointer.
23 # gcc -static -O2 -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
24 # -D_GNU_SOURCE -pthread -o tests/backtrace.i386.fp.exec -I. -Ilib \
25 # tests/backtrace-child.c
27 # The core is generated by calling tests/backtrace.i386.fp.exec --gencore
Drun-backtrace-fp-core-ppc64le.sh18 . $srcdir/backtrace-subr.sh
20 # The binary is generated by compiling backtrace-child without unwind
21 # information, but with -fno-omit-frame-pointer.
23 # gcc -static -O2 -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
24 # -D_GNU_SOURCE -pthread -o tests/backtrace.ppc64le.fp.exec -I. -Ilib \
25 # tests/backtrace-child.c
27 # The core is generated by calling tests/backtrace.ppc64le.fp.exec --gencore
Drun-backtrace-fp-core-aarch64.sh18 . $srcdir/backtrace-subr.sh
20 # The binary is generated by compiling with eh_frame CFI, but with frame
23 # gcc -static -O2 -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
24 # -D_GNU_SOURCE -pthread -o tests/backtrace.aarch64.fp.exec -I. -Ilib \
25 # tests/backtrace-child.c
26 # The core is generated by calling the binary with --gencore
Drun-backtrace-fp-core-x86_64.sh18 . $srcdir/backtrace-subr.sh
20 # The binary is generated by compiling with eh_frame CFI, but with frame
23 # gcc -static -O2 -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
24 # -D_GNU_SOURCE -pthread -o tests/backtrace.x86_64.fp.exec -I. -Ilib \
25 # tests/backtrace-child.c
27 # The core is generated by calling the binary with --gencore
/external/compiler-rt/test/msan/
Dlit.cfg1 # -*- Python -*-
11 # Setup default compiler flags used with -fsanitize=memory option.
12 clang_msan_cflags = (["-fsanitize=memory",
13 "-mno-omit-leaf-frame-pointer",
14 "-fno-omit-frame-pointer",
15 "-fno-optimize-sibling-calls"] +
20 clang_msan_cflags += ["-lexecinfo"]
37 config.available_features.add('stable-runtime')
/external/honggfuzz/examples/glibc/
DREADME.md4 * gcc-6 or, for best results (cmp instrumentation), gcc-8 released after 2017-10
10 $ gcc -c ~/src/honggfuzz/examples/glibc/wrappers.c -o /tmp/wrappers.o
11 $ cd ~/src/glibc-2.26
13-8 -Wl,/tmp/wrappers.o" CFLAGS="-fsanitize-coverage=trace-pc,trace-cmp -O3 -fno-omit-frame-pointer
14 $ make -j$(nproc) lib
17 _For gcc < 8, use the following ```CFLAGS```, as gcc < 8 doesn't support -fsanitize-coverage=trace-
20 CFLAGS="-fsanitize-coverage=trace-pc -O3 -fno-omit-frame-pointer -ggdb -Wno-error"
26-cc/hfuzz-gcc -Wl,-z,muldefs -nodefaultlibs -I ~/src/honggfuzz/ ~/src/honggfuzz/examples/glibc/res…
32 $ ~/src/honggfuzz/honggfuzz -f IN/ -P -- ./resolver
/external/boringssl/src/
DCMakeLists.txt23 # This is a dummy target which all other targets depend on (manually - see other
29 # Android-NDK CMake files reconfigure the path and so Go and Perl won't be
45 pkg_check_modules(LIBUNWIND libunwind-generic)
47 add_definitions(-DBORINGSSL_HAVE_LIBUNWIND)
65 add_definitions(-DBORINGSSL_ALLOW_CXX_RUNTIME)
70 set(CMAKE_ASM_NASM_FLAGS "${CMAKE_ASM_NASM_FLAGS} -DNDEBUG")
76 string(REGEX REPLACE "(^| )[/-]DNDEBUG( |$)" " " "${VAR}_RELWITHASSERTS"
81 add_definitions(-DBORINGSSL_PREFIX=${BORINGSSL_PREFIX})
82 # CMake automatically connects include_directories to the NASM command-line,
84 set(CMAKE_ASM_NASM_FLAGS "${CMAKE_ASM_NASM_FLAGS} -DBORINGSSL_PREFIX=${BORINGSSL_PREFIX}")
[all …]
/external/clang/docs/
DMemorySanitizer.rst12 compiler instrumentation module and a run-time library.
24 Simply compile and link your program with ``-fsanitize=memory`` flag.
25 The MemorySanitizer run-time library should be linked to the final
27 link step. When linking shared libraries, the MemorySanitizer run-time
28 is not linked, so ``-Wl,-z,defs`` may cause link errors (don't use it
29 with MemorySanitizer). To get a reasonable performance add ``-O1`` or
31 ``-fno-omit-frame-pointer``. To get perfect stack traces you may need
32 to disable inlining (just use ``-O1``) and tail call elimination
33 (``-fno-optimize-sibling-calls``).
35 .. code-block:: console
[all …]
DAddressSanitizer.rst12 instrumentation module and a run-time library. The tool can detect the
15 * Out-of-bounds accesses to heap, stack and globals
16 * Use-after-free
17 * Use-after-return (to some extent)
18 * Double-free, invalid free
31 Simply compile and link your program with ``-fsanitize=address`` flag. The
32 AddressSanitizer run-time library should be linked to the final executable, so
34 shared libraries, the AddressSanitizer run-time is not linked, so
35 ``-Wl,-z,defs`` may cause link errors (don't use it with AddressSanitizer). To
36 get a reasonable performance add ``-O1`` or higher. To get nicer stack traces
[all …]
/external/libxml2/
D.travis.yml7 w3c-sgml-lib
12 - compiler: gcc
13 env: CFLAGS="-O2 -std=c89 -D_XOPEN_SOURCE=700 -Werror -Wno-error=unused-function"
15 - compiler: clang
17 env: CONFIG="--without-python"
18-O2 -g -fno-omit-frame-pointer -fsanitize=address,undefined -fno-sanitize=float-divide-by-zero,poi…
20 script: sh autogen.sh $CONFIG && make -j2 V=1 && make check
/external/honggfuzz/examples/openssl/
Dcompile_hfuzz_openssl_master.sh3 CC=~/src/honggfuzz/hfuzz_cc/hfuzz-clang CXX="$CC"++ ./config \
4 -DPEDANTIC no-shared -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -O0 \
5 -fno-sanitize=alignment -lm -ggdb -gdwarf-4 --debug -fno-omit-frame-pointer \
6 enable-tls1_3 enable-weak-ssl-ciphers enable-rc5 enable-md2 \
7 enable-ssl3 enable-ssl3-method enable-nextprotoneg enable-heartbeats enable-tls13downgrade \
8 enable-aria enable-zlib enable-egd \
/external/compiler-rt/lib/msan/tests/
DCMakeLists.txt9 -fsanitize=memory
10 -fsanitize-memory-track-origins
11 -Wno-pedantic)
21 -nostdinc++
22 -isystem ${COMPILER_RT_LIBCXX_PATH}/include
25 -I${COMPILER_RT_SOURCE_DIR}/include
26 -I${COMPILER_RT_SOURCE_DIR}/lib
27 -I${COMPILER_RT_SOURCE_DIR}/lib/msan
28 -g
29 -O2
[all …]
/external/libaom/libaom/build/cmake/
Dsanitizers.cmake25 require_linker_flag("-fsanitize=${SANITIZE}")
26 require_compiler_flag("-fsanitize=${SANITIZE}" YES)
29 require_compiler_flag("-fno-omit-frame-pointer -fno-optimize-sibling-calls" YES)
31 # Fix link errors due to missing rt compiler lib in 32-bit builds.
36 require_linker_flag("--rtlib=compiler-rt -lgcc_s")
/external/compiler-rt/test/asan/
Dlit.cfg1 # -*- Python -*-
32 # Platform-specific default ASAN_OPTIONS for lit tests.
51 libdl_flag = "-ldl"
55 # GCC-ASan doesn't link in all the necessary libraries automatically, so
58 extra_linkflags = ["-pthread", "-lstdc++", libdl_flag]
62 # BFD linker in 64-bit android toolchains fails to find libm.so, which is a
65 extra_linkflags += ["-lm"]
67 # Setup default compiler flags used with -fsanitize=address option.
71 clang_asan_static_cflags = (["-fsanitize=address",
72 "-mno-omit-leaf-frame-pointer",
[all …]
/external/brotli/
Dpremake5.lua1 -- A solution contains projects, and defines the available configurations
24 buildoptions { "-Wall -fno-omit-frame-pointer" }
76 linkoptions "-static"
/external/libvpx/libvpx/tools/
Dset_analyzer_env.sh3 ## Use of this source code is governed by a BSD-style license
23 set -x
45 if [ "${sanitizer}" = "undefined" -o "${sanitizer}" = "integer" ]; then
48 echo "export LDFLAGS=\"\${LDFLAGS} --rtlib=compiler-rt -lgcc_s\""
53 major_version=$(clang --version | head -n 1 \
54 | grep -o -E "[[:digit:]]\.[[:digit:]]\.[[:digit:]]" | cut -f1 -d.)
55 if [ ${major_version} -eq 5 ]; then
63 echo "It is recommended to configure with '--enable-debug' to improve stack"
68 cflags="-fsanitize=${sanitizer}"
69 ldflags="-fsanitize=${sanitizer}"
[all …]
/external/sfntly/cpp/
DCMakeLists.txt13 add_definitions("-DDEBUG -D_DEBUG -g -fno-inline -fno-omit-frame-pointer -fno-builtin")
23 add_definitions(-DSFNTLY_NO_EXCEPTION)
25 add_definitions(-D__wur=__attribute__\(\(warn_unused_result\)\) -Wall -Werror -fno-exceptions)
29 add_definitions(-DTIXML_USE_STL)
32 add_definitions(-DSFNTLY_EXPERIMENTAL)
36 …X_FLAGS} /Zi /nologo /W4 /WX /O2 /Ob2 /Oy /GF /Gm- /MT /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScop…
37 …_CXX_FLAGS_DEBUG} /Zi /nologo /W4 /WX /Od /Oy- /RTC1 /MTd /GS /Gy /fp:precise /Zc:wchar_t /Zc:forS…
38 add_definitions(-D_UNICODE -DUNICODE)
86 ext/gtest/src/gtest-all.cc
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake16 if (CMAKE_LINKER MATCHES "lld-link.exe")
27 add_definitions( -D_DEBUG )
29 # On non-Debug builds cmake automatically defines NDEBUG, so we
32 add_definitions( -UNDEBUG )
41 string (REGEX REPLACE "(^| )[/-]D *NDEBUG($| )" " "
48 add_definitions(-DEXPENSIVE_CHECKS)
49 add_definitions(-D_GLIBCXX_DEBUG)
99 # Darwin-specific linker flags for loadable modules.
100 …set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,-flat_namespace -Wl,-undefined -Wl…
103 # Pass -Wl,-z,defs. This makes sure all symbols are defined. Otherwise a DSO
[all …]
/external/bcc/man/man8/
Dprofile.81 .TH profile 8 "2016-07-17" "USER COMMANDS"
3 profile \- Profile CPU usage by sampling stack traces. Uses Linux eBPF/bcc.
5 .B profile [\-adfh] [\-p PID] [\-U | \-K] [\-F FREQUENCY | \-c COUNT]
6 .B [\-\-stack\-storage\-size COUNT] [duration]
10 executing, and by how much, including both user-level and kernel code.
14 not 50, is to avoid lock-step sampling.
19 at the end of the profile, greatly reducing the kernel<->user transfer.
24 for an older version that may work on Linux 4.6 - 4.8.
27 \-h
30 \-p PID
[all …]

123