Home
last modified time | relevance | path

Searched refs:gline (Results 1 – 18 of 18) sorted by relevance

/external/harfbuzz_ng/test/shaping/
Drecord-test.sh89 while read uline <&3 && read gline <&4; do
90 echo "$subset:$options:$uline:$gline"
/external/clang/cmake/caches/
DApple-stage2.cmake15 set(CMAKE_C_FLAGS_RELWITHDEBINFO "-Os -flto -gline-tables-only -DNDEBUG" CACHE STRING "")
16 set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-Os -flto -gline-tables-only -DNDEBUG" CACHE STRING "")
/external/llvm/test/Linker/
Ddrop-debug.ll4 ; -gline-tables-only, so it contains old debug info.
/external/llvm/test/tools/gold/X86/
Ddrop-debug.ll6 ; -gline-tables-only, so it contains old debug info.
/external/compiler-rt/lib/sanitizer_common/tests/
DCMakeLists.txt62 # -gline-tables-only must be enough for these tests, so use it if possible.
64 list(APPEND SANITIZER_TEST_CFLAGS_COMMON -gline-tables-only)
/external/llvm/test/DebugInfo/Generic/
Dinline-no-debug-info.ll9 ; clang -S test.c -emit-llvm -O1 -gline-tables-only -fno-strict-aliasing
/external/compiler-rt/lib/asan/tests/
DCMakeLists.txt37 # -gline-tables-only must be enough for ASan, so use it if possible.
39 list(APPEND ASAN_UNITTEST_COMMON_CFLAGS -gline-tables-only)
/external/libcxx/
DCMakeLists.txt261 add_flags_if_supported("-gline-tables-only")
265 add_flags_if_supported("-gline-tables-only")
/external/compiler-rt/test/
Dlit.common.cfg33 config.debug_info_flags = ["-gline-tables-only"]
/external/compiler-rt/make/platform/
Dclang_darwin.mk176 SANITIZER_CFLAGS := -fno-builtin -gline-tables-only -stdlib=libc++
/external/pdfium/build/
Dstandalone.gypi375 '-gline-tables-only',
/external/compiler-rt/
DCMakeLists.txt274 list(APPEND SANITIZER_COMMON_CFLAGS -gline-tables-only)
/external/clang/docs/
DUsersManual.rst1212 requirement is that you add ``-gline-tables-only`` or ``-g`` to the
1218 $ clang++ -O2 -gline-tables-only code.cc -o code
1256 with ``-gline-tables-only`` and ``-fprofile-sample-use``.
1260 $ clang++ -O2 -gline-tables-only -fprofile-sample-use=code.prof code.cc -o code
1530 .. option:: -gline-tables-only
1576 you want both **-gline-tables-only** and debugger tuning, the tuning option
/external/v8/build/
Dstandalone.gypi528 '-gline-tables-only',
642 '-gline-tables-only',
/external/compiler-rt/cmake/
Dconfig-ix.cmake45 check_cxx_compiler_flag(-gline-tables-only COMPILER_RT_HAS_GLINE_TABLES_ONLY_FLAG)
/external/llvm/docs/
DVectorizers.rst133 ``-gline-tables-only`` and ``-gcolumn-info``. See the Clang `user manual
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake472 add_flag_if_supported("-gline-tables-only" GLINE_TABLES_ONLY)
/external/clang/include/clang/Driver/
DOptions.td1136 def gline_tables_only : Flag<["-"], "gline-tables-only">, Group<gN_Group>,