Home
last modified time | relevance | path

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

12

/external/cldr/tools/java/org/unicode/cldr/util/
DDtdType.java56 String gline = ""; in header() local
58 gline = "\n\tGENERATED DATA — do not manually update!" in header()
62 gline += "\t\tTool documented on:\t" + ((CLDRTool) annotation).url() + "\n"; in header()
75 + gline in header()
/external/compiler-rt/cmake/caches/
DApple.cmake12 set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O3 -gline-tables-only -DNDEBUG" CACHE STRING "")
13 set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 -gline-tables-only -DNDEBUG" CACHE STRING "")
14 set(CMAKE_ASM_FLAGS_RELWITHDEBINFO "-O3 -gline-tables-only -DNDEBUG" CACHE STRING "")
/external/harfbuzz_ng/test/shaping/
Drecord-test.sh109 while read uline <&3 && read gline <&4; do
110 echo "$relative_subset:$options:$uline:$gline" >> "$out"
/external/clang/cmake/caches/
DApple-stage2.cmake28 set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -gline-tables-only -DNDEBUG" CACHE STRING "")
29 set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -gline-tables-only -DNDEBUG" CACHE STRING "")
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Ddrop-debug.ll4 ; -gline-tables-only, so it contains old debug info.
/external/llvm/test/Linker/
Ddrop-debug.ll4 ; -gline-tables-only, so it contains old debug info.
/external/compiler-rt/lib/interception/tests/
DCMakeLists.txt24 # -gline-tables-only must be enough for these tests, so use it if possible.
26 list(APPEND INTERCEPTION_TEST_CFLAGS_COMMON -gline-tables-only)
/external/llvm/test/tools/gold/X86/
Ddrop-debug.ll6 ; -gline-tables-only, so it contains old debug info.
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/
Ddrop-debug.ll6 ; -gline-tables-only, so it contains old debug info.
/external/perfetto/tools/trace_to_text/
Dtrace_to_profile.cc183 GLine* gline = glocation->add_line(); in DumpProfilePacket() local
184 gline->set_function_id(frame.function_name_id()); in DumpProfilePacket()
/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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dtail-merge.ll3 ; Generated with "clang -gline-tables-only -c -emit-llvm -o - | opt -sroa -S"
/external/llvm/test/DebugInfo/Generic/
Dinline-no-debug-info.ll9 ; clang -S test.c -emit-llvm -O1 -gline-tables-only -fno-strict-aliasing
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Dinline-no-debug-info.ll9 ; clang -S test.c -emit-llvm -O1 -gline-tables-only -fno-strict-aliasing
Dlicm-hoist-debug-loc.ll6 ; clang -O0 -S -emit-llvm test.cpp -g -gline-tables-only -o t.ll
/external/compiler-rt/lib/asan/tests/
DCMakeLists.txt42 # -gline-tables-only must be enough for ASan, so use it if possible.
44 list(APPEND ASAN_UNITTEST_COMMON_CFLAGS -gline-tables-only)
/external/skqp/gn/
DBUILD.gn422 # to Android devices. -gline-tables-only is a lot slimmer.
425 "-gline-tables-only",
/external/skia/gn/
DBUILD.gn423 # to Android devices. -gline-tables-only is a lot slimmer.
426 "-gline-tables-only",
/external/compiler-rt/test/
Dlit.common.cfg33 config.debug_info_flags = ["-gline-tables-only"]
/external/compiler-rt/make/platform/
Dclang_darwin.mk155 SANITIZER_CFLAGS := -fno-builtin -gline-tables-only -stdlib=libc++
/external/clang/docs/CommandGuide/
Dclang.rst256 .. option:: -g, -gline-tables-only, -gmodules
264 :option:`-gline-tables-only` Generate only line table debug information. This
/external/compiler-rt/
DCMakeLists.txt224 list(APPEND SANITIZER_COMMON_CFLAGS -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/libcxx/
DCMakeLists.txt661 append_flags_if_supported(SANITIZER_FLAGS "-gline-tables-only")
665 append_flags_if_supported(SANITIZER_FLAGS "-gline-tables-only")
/external/clang/docs/
DUsersManual.rst1253 requirement is that you add ``-gline-tables-only`` or ``-g`` to the
1259 $ clang++ -O2 -gline-tables-only code.cc -o code
1297 with ``-gline-tables-only`` and ``-fprofile-sample-use``.
1301 $ clang++ -O2 -gline-tables-only -fprofile-sample-use=code.prof code.cc -o code
1571 .. option:: -gline-tables-only
1617 you want both **-gline-tables-only** and debugger tuning, the tuning option

12