Searched refs:gline (Results 1 – 25 of 31) sorted by relevance
12
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DtdType.java | 56 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/ |
D | Apple.cmake | 12 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/ |
D | record-test.sh | 109 while read uline <&3 && read gline <&4; do 110 echo "$relative_subset:$options:$uline:$gline" >> "$out"
|
/external/clang/cmake/caches/ |
D | Apple-stage2.cmake | 28 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/ |
D | drop-debug.ll | 4 ; -gline-tables-only, so it contains old debug info.
|
/external/llvm/test/Linker/ |
D | drop-debug.ll | 4 ; -gline-tables-only, so it contains old debug info.
|
/external/compiler-rt/lib/interception/tests/ |
D | CMakeLists.txt | 24 # -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/ |
D | drop-debug.ll | 6 ; -gline-tables-only, so it contains old debug info.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/ |
D | drop-debug.ll | 6 ; -gline-tables-only, so it contains old debug info.
|
/external/perfetto/tools/trace_to_text/ |
D | trace_to_profile.cc | 183 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/ |
D | CMakeLists.txt | 62 # -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/ |
D | tail-merge.ll | 3 ; Generated with "clang -gline-tables-only -c -emit-llvm -o - | opt -sroa -S"
|
/external/llvm/test/DebugInfo/Generic/ |
D | inline-no-debug-info.ll | 9 ; clang -S test.c -emit-llvm -O1 -gline-tables-only -fno-strict-aliasing
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | inline-no-debug-info.ll | 9 ; clang -S test.c -emit-llvm -O1 -gline-tables-only -fno-strict-aliasing
|
D | licm-hoist-debug-loc.ll | 6 ; clang -O0 -S -emit-llvm test.cpp -g -gline-tables-only -o t.ll
|
/external/compiler-rt/lib/asan/tests/ |
D | CMakeLists.txt | 42 # -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/ |
D | BUILD.gn | 422 # to Android devices. -gline-tables-only is a lot slimmer. 425 "-gline-tables-only",
|
/external/skia/gn/ |
D | BUILD.gn | 423 # to Android devices. -gline-tables-only is a lot slimmer. 426 "-gline-tables-only",
|
/external/compiler-rt/test/ |
D | lit.common.cfg | 33 config.debug_info_flags = ["-gline-tables-only"]
|
/external/compiler-rt/make/platform/ |
D | clang_darwin.mk | 155 SANITIZER_CFLAGS := -fno-builtin -gline-tables-only -stdlib=libc++
|
/external/clang/docs/CommandGuide/ |
D | clang.rst | 256 .. option:: -g, -gline-tables-only, -gmodules 264 :option:`-gline-tables-only` Generate only line table debug information. This
|
/external/compiler-rt/ |
D | CMakeLists.txt | 224 list(APPEND SANITIZER_COMMON_CFLAGS -gline-tables-only)
|
/external/compiler-rt/cmake/ |
D | config-ix.cmake | 45 check_cxx_compiler_flag(-gline-tables-only COMPILER_RT_HAS_GLINE_TABLES_ONLY_FLAG)
|
/external/libcxx/ |
D | CMakeLists.txt | 661 append_flags_if_supported(SANITIZER_FLAGS "-gline-tables-only") 665 append_flags_if_supported(SANITIZER_FLAGS "-gline-tables-only")
|
/external/clang/docs/ |
D | UsersManual.rst | 1253 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