/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-verify-debug.c | 9 // CHECK-MULTIARCH-ACTIONS: 8: dsymutil, {7}, dSYM 16 // CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["a.out"], output: "a.out.dSYM" 26 // CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["foo"], output: "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/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/llvm/test/ |
Makefile | 118 # dsymutil is used on the Darwin to manipulate DWARF debugging information. 120 DSYMUTIL=dsymutil 122 DSYMUTIL=true
|
/external/valgrind/main/none/tests/ |
cmdline1.stdout.exp | 46 --dsymutil=no|yes run dsymutil on Mac OS X when helpful? [no]
|
cmdline2.stdout.exp | 46 --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/clang/lib/Driver/ |
Action.cpp | 35 case DsymutilJobClass: return "dsymutil";
|
Tools.h | 312 class LLVM_LIBRARY_VISIBILITY Dsymutil : public DarwinTool { 314 Dsymutil(const ToolChain &TC) : DarwinTool("darwin::Dsymutil", 315 "dsymutil", TC) {}
|
Driver.cpp | 843 // dsymutil steps if needed. 877 // Add a 'dsymutil' step if necessary, when debug info is enabled and we 878 // have a compile input. We need to run 'dsymutil' ourselves in such cases [all...] |
/external/valgrind/main/drd/tests/ |
filter_stderr | 19 -e '/^run: \/usr\/bin\/dsymutil.*/d' \
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readmacho.c | 650 dsymutil on it. */ 959 HChar* dsymutil = "\/usr\/bin\/dsymutil "; local [all...] |
/external/ipsec-tools/src/include-glibc/ |
Makefile.in | 68 DSYMUTIL = @DSYMUTIL@
|
/external/libmtp/doc/ |
Makefile.in | 71 DSYMUTIL = @DSYMUTIL@
|
/external/libusb/doc/ |
Makefile.in | 74 DSYMUTIL = @DSYMUTIL@
|
/external/valgrind/main/docs/xml/ |
manual-core.xml | [all...] |
/external/chromium/third_party/libevent/sample/ |
Makefile.in | 95 DSYMUTIL = @DSYMUTIL@
|
/external/chromium/third_party/libevent/test/ |
Makefile.in | 106 DSYMUTIL = @DSYMUTIL@
|
/external/libusb/examples/ |
Makefile.in | 114 DSYMUTIL = @DSYMUTIL@
|
/external/libusb-compat/examples/ |
Makefile.in | 88 DSYMUTIL = @DSYMUTIL@
|
/external/libusb-compat/libusb/ |
Makefile.in | 100 DSYMUTIL = @DSYMUTIL@
|
/external/openfst/src/ |
Makefile.in | 112 DSYMUTIL = @DSYMUTIL@
|
/external/openfst/src/extensions/ |
Makefile.in | 112 DSYMUTIL = @DSYMUTIL@
|
/external/openfst/src/extensions/const/ |
Makefile.in | 138 DSYMUTIL = @DSYMUTIL@
|