Searched refs:dsymutil (Results 1 - 25 of 38) sorted by relevance

12

/external/llvm/tools/dsymutil/
H A DMakefile1 ##===- tools/dsymutil/Makefile -----------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-dsymutil
H A Ddsymutil.h1 //===- tools/dsymutil/dsymutil.h - dsymutil high-level functionality ------===//
25 namespace dsymutil { namespace in namespace:llvm
H A DAndroid.mk9 dsymutil.cpp \
59 LOCAL_MODULE := llvm-dsymutil
H A DBinaryHolder.h11 // Darwin's dsymutil.
24 namespace dsymutil { namespace in namespace:llvm
H A Ddsymutil.cpp1 //===-- dsymutil.cpp - Debug info dumping utility for llvm ----------------===//
11 // Darwin's dsymutil.
16 #include "dsymutil.h"
25 using namespace llvm::dsymutil;
61 llvm::cl::ParseCommandLineOptions(argc, argv, "llvm dsymutil\n");
H A DBinaryHolder.cpp11 // Darwin's dsymutil.
19 namespace dsymutil { namespace in namespace:llvm
H A DDebugMap.h1 //===- tools/dsymutil/DebugMap.h - Generic debug map representation -------===//
36 namespace dsymutil { namespace in namespace:llvm
H A DDebugMap.cpp1 //===- tools/dsymutil/DebugMap.cpp - Generic debug map representation -----===//
18 namespace dsymutil { namespace in namespace:llvm
H A DMachODebugMapParser.cpp1 //===- tools/dsymutil/MachODebugMapParser.cpp - Parse STABS debug maps ----===//
12 #include "dsymutil.h"
19 using namespace llvm::dsymutil;
246 namespace dsymutil { namespace in namespace:llvm
H A DDwarfLinker.cpp1 //===- tools/dsymutil/DwarfLinker.cpp - Dwarf debug info linker -----------===//
12 #include "dsymutil.h"
40 namespace dsymutil { namespace in namespace:llvm
294 // Legacy dsymutil puts an empty string at the start of the line
787 // We only have the dummy entry, dsymutil emits an entry with a 0
824 // classic dsymutil makes it hard. Revisit that once this
840 // FIXME: We should handle the discriminator here, but dsymutil
1340 // The latter information is required to reproduce dsymutil's logic
1343 // we need to reproduce dsymutil's behavior.
2143 // accelerator tables too. For now stick with dsymutil'
[all...]
/external/lldb/test/functionalities/load_unload/
H A DMakefile20 dsymutil -o hidden/libd.dylib.dSYM hidden/libd.dylib
24 dsymutil liba.dylib
31 dsymutil libb.dylib
38 dsymutil libc.dylib
45 dsymutil libd.dylib
/external/compiler-rt/make/
H A Dconfig.mk24 DSYMUTIL := dsymutil
H A Doptions.mk46 DSYMUTIL := dsymutil
/external/libcxx/
H A DMakefile51 cd lib && dsymutil -o $(SYMROOT)/libc++.1.dylib.dSYM \
/external/llvm/tools/
H A DMakefile36 llvm-cxxdump verify-uselistorder dsymutil llvm-pdbdump
/external/llvm/
H A DAndroid.mk89 tools/dsymutil \
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c680 dsymutil on it. */
1010 regenerating it, unless --dsymutil=no, in which case just complain
1013 /* If this looks like a lib that we shouldn't run dsymutil on, just
1027 "--dsymutil=yes\n",
1033 /* Run dsymutil */
1036 const HChar* dsymutil = "/usr/bin/dsymutil "; local
1038 VG_(strlen)(dsymutil)
1041 VG_(strcpy)(cmd, dsymutil);
1049 VG_(message)(Vg_DebugMsg, "run: %s FAILED\n", dsymutil);
[all...]
/external/compiler-rt/make/platform/
H A Ddarwin_bni.mk17 DSYMUTIL := $(shell xcrun -sdk $(SDKROOT) -find dsymutil || echo "false")
H A Dclang_macho_embedded.mk40 DSYMUTIL := $(call XCRun,dsymutil)
H A Dclang_darwin.mk64 DSYMUTIL := $(call XCRun,dsymutil)
/external/llvm/utils/buildit/
H A Dbuild_llvm310 DSYMUTIL=`xcrun -find dsymutil`
/external/valgrind/none/tests/
H A Dcmdline1.stdout.exp54 --dsymutil=no|yes run dsymutil on Mac OS X when helpful? [no]
H A Dcmdline2.stdout.exp54 --dsymutil=no|yes run dsymutil on Mac OS X when helpful? [no]
/external/libcap-ng/libcap-ng-0.7/
H A Dconfigure6406 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6407 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6423 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6446 # Extract the first word of "dsymutil", so it can be a program name with args.
6447 set dummy dsymutil; ac_word=$2
6463 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
/external/libedit/
H A Dconfigure6977 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6978 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6994 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7017 # Extract the first word of "dsymutil", so it can be a program name with args.
7018 set dummy dsymutil; ac_word=$2
7034 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"

Completed in 952 milliseconds

12