/external/clang/test/Driver/ |
darwin-dsymutil.c | 1 // Check that we run dsymutil properly with multiple -arch options. 7 // CHECK-MULTIARCH-ACTIONS: 0: input, "{{.*}}darwin-dsymutil.c", c 15 // CHECK-MULTIARCH-ACTIONS: 8: dsymutil, {7}, dSYM 22 // CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["a.out"], output: "a.out.dSYM" 31 // CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["foo"], output: "foo.dSYM" 33 // Check that we only use dsymutil when needed. 38 // RUN: grep "Dsymutil" %t | count 0 45 // CHECK-LOCATION: "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["bar/foo"], output: "bar/foo.dSYM"
|
darwin-ld.c | 6 // Make sure we run dsymutil on source input files. 8 // RUN: grep '".*dsymutil" "-o" "BAR.dSYM" "BAR"' %t.log 10 // RUN: grep '".*dsymutil" "-o" "BAR.dSYM" "BAR"' %t.log
|
/external/llvm/test/ |
site.exp.in | 27 set llvmdsymutil "@DSYMUTIL@"
|
Makefile | 118 # dsymutil is used on the Darwin to manipulate DWARF debugging information. 120 DSYMUTIL=dsymutil 122 DSYMUTIL=true 165 @echo 'set llvmdsymutil "$(DSYMUTIL)"' >>site.tmp
|
/external/valgrind/main/ |
Makefile.all.am | 21 # created, with 'dsymutil p'. We could redefine LINK with a script that 22 # executes 'dsymutil' after linking, but that's a pain. Instead we use this 24 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are 29 echo "dsymutil $$f"; \ 30 dsymutil $$f; \
|
/external/clang/lib/Driver/ |
Action.cpp | 33 case DsymutilJobClass: return "dsymutil";
|
Tools.h | 266 class LLVM_LIBRARY_VISIBILITY Dsymutil : public DarwinTool { 268 Dsymutil(const ToolChain &TC) : DarwinTool("darwin::Dsymutil", 269 "dsymutil", TC) {}
|
/external/valgrind/main/none/tests/ |
cmdline1.stdout.exp | 38 --dsymutil=no|yes run dsymutil on Mac OS X when helpful? [no]
|
cmdline2.stdout.exp | 38 --dsymutil=no|yes run dsymutil on Mac OS X when helpful? [no]
|
/external/chromium/build/mac/ |
strip_save_dsym | 22 # Rationale: the "right" way to generate dSYM bundles, dsymutil, is incredibly 24 # dsymutil does) is comparatively fast. Since we usually just want to strip 28 # dsymutil and pointing it at the original Mach-O file inside the "fake" 209 # info_template is the same as what dsymutil would have written, with the
|
/external/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/ |
site.exp | 27 set llvmdsymutil "dsymutil"
|
/external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/ |
site.exp | 27 set llvmdsymutil "dsymutil"
|
/external/valgrind/main/drd/tests/ |
filter_stderr | 19 -e '/^run: \/usr\/bin\/dsymutil.*/d' \
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readmacho.c | 648 dsymutil on it. */ 949 HChar* dsymutil = "\/usr\/bin\/dsymutil "; local [all...] |
/external/valgrind/main/cachegrind/tests/x86/ |
Makefile.in | 633 # created, with 'dsymutil p'. We could redefine LINK with a script that 634 # executes 'dsymutil' after linking, but that's a pain. Instead we use this 636 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are 641 echo "dsymutil $$f"; \ 642 dsymutil $$f; \
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
Makefile.in | 691 # created, with 'dsymutil p'. We could redefine LINK with a script that 692 # executes 'dsymutil' after linking, but that's a pain. Instead we use this 694 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are 699 echo "dsymutil $$f"; \ 700 dsymutil $$f; \
|
/external/valgrind/main/exp-bbv/tests/arm-linux/ |
Makefile.in | 645 # created, with 'dsymutil p'. We could redefine LINK with a script that 646 # executes 'dsymutil' after linking, but that's a pain. Instead we use this 648 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are 653 echo "dsymutil $$f"; \ 654 dsymutil $$f; \
|
/external/valgrind/main/exp-bbv/tests/ppc32-linux/ |
Makefile.in | 645 # created, with 'dsymutil p'. We could redefine LINK with a script that 646 # executes 'dsymutil' after linking, but that's a pain. Instead we use this 648 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are 653 echo "dsymutil $$f"; \ 654 dsymutil $$f; \
|
/external/valgrind/main/exp-bbv/tests/x86/ |
Makefile.in | 666 # created, with 'dsymutil p'. We could redefine LINK with a script that 667 # executes 'dsymutil' after linking, but that's a pain. Instead we use this 669 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are 674 echo "dsymutil $$f"; \ 675 dsymutil $$f; \
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
Makefile.in | 645 # created, with 'dsymutil p'. We could redefine LINK with a script that 646 # executes 'dsymutil' after linking, but that's a pain. Instead we use this 648 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are 653 echo "dsymutil $$f"; \ 654 dsymutil $$f; \
|
/external/valgrind/main/massif/perf/ |
Makefile.in | 625 # created, with 'dsymutil p'. We could redefine LINK with a script that 626 # executes 'dsymutil' after linking, but that's a pain. Instead we use this 628 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are 633 echo "dsymutil $$f"; \ 634 dsymutil $$f; \
|
/external/valgrind/main/memcheck/perf/ |
Makefile.in | 625 # created, with 'dsymutil p'. We could redefine LINK with a script that 626 # executes 'dsymutil' after linking, but that's a pain. Instead we use this 628 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are 633 echo "dsymutil $$f"; \ 634 dsymutil $$f; \
|
/external/valgrind/main/memcheck/tests/amd64-linux/ |
Makefile.in | 655 # created, with 'dsymutil p'. We could redefine LINK with a script that 656 # executes 'dsymutil' after linking, but that's a pain. Instead we use this 658 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are 663 echo "dsymutil $$f"; \ 664 dsymutil $$f; \
|
/external/valgrind/main/memcheck/tests/darwin/ |
Makefile.in | 686 # created, with 'dsymutil p'. We could redefine LINK with a script that 687 # executes 'dsymutil' after linking, but that's a pain. Instead we use this 689 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are 694 echo "dsymutil $$f"; \ 695 dsymutil $$f; \
|
/external/valgrind/main/memcheck/tests/ppc32/ |
Makefile.in | 647 # created, with 'dsymutil p'. We could redefine LINK with a script that 648 # executes 'dsymutil' after linking, but that's a pain. Instead we use this 650 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are 655 echo "dsymutil $$f"; \ 656 dsymutil $$f; \
|