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

12

/external/llvm/tools/dsymutil/
H A DMakefile1 ##===- tools/dsymutil/Makefile -----------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-dsymutil
H A DDebugMap.cpp1 //===- tools/dsymutil/DebugMap.cpp - Generic debug map representation -----===//
19 namespace dsymutil { namespace in namespace:llvm
126 struct MappingTraits<dsymutil::DebugMapObject>::YamlDMO {
128 YamlDMO(IO &io, dsymutil::DebugMapObject &Obj);
129 dsymutil::DebugMapObject denormalize(IO &IO);
133 std::vector<dsymutil::DebugMapObject::YAMLSymbolMapping> Entries;
144 void MappingTraits<dsymutil::DebugMapObject>::mapping(
145 IO &io, dsymutil::DebugMapObject &DMO) {
146 MappingNormalization<YamlDMO, dsymutil::DebugMapObject> Norm(io, DMO);
163 SequenceTraits<std::vector<std::unique_ptr<dsymutil
[all...]
H A DDebugMap.h1 //===- tools/dsymutil/DebugMap.h - Generic debug map representation -------===//
39 namespace dsymutil { namespace in namespace:llvm
171 friend yaml::MappingTraits<dsymutil::DebugMapObject>;
195 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::dsymutil::DebugMapObject::YAMLSymbolMapping)
200 using namespace llvm::dsymutil;
209 template <> struct MappingTraits<dsymutil::DebugMapObject> {
211 static void mapping(IO &io, dsymutil::DebugMapObject &DMO);
221 struct SequenceTraits<std::vector<std::unique_ptr<dsymutil::DebugMapObject>>> {
223 size(IO &io, std::vector<std::unique_ptr<dsymutil::DebugMapObject>> &seq);
224 static dsymutil
[all...]
H A DAndroid.mk9 dsymutil.cpp \
61 LOCAL_MODULE := llvm-dsymutil
H A DMachOUtils.h1 //===-- MachOUtils.h - Mach-o specific helpers for dsymutil --------------===//
18 namespace dsymutil { namespace in namespace:llvm
H A DNonRelocatableStringpool.h13 namespace dsymutil { namespace in namespace:llvm
31 // Legacy dsymutil puts an empty string at the start of the line
H A Ddsymutil.h1 //===- tools/dsymutil/dsymutil.h - dsymutil high-level functionality ------===//
25 namespace dsymutil { namespace in namespace:llvm
53 /// \brief Exit the dsymutil process, cleaning up every temporary
H A DBinaryHolder.h11 // Darwin's dsymutil.
27 namespace dsymutil { namespace in namespace:llvm
H A Ddsymutil.cpp1 //===-- dsymutil.cpp - Debug info dumping utility for llvm ----------------===//
11 // Darwin's dsymutil.
17 #include "dsymutil.h"
30 using namespace llvm::dsymutil;
230 void llvm::dsymutil::exitDsymutil(int ExitStatus) {
249 "dsymutil links the DWARF debug information found in the object files\n"
H A DMachODebugMapParser.cpp1 //===- tools/dsymutil/MachODebugMapParser.cpp - Parse STABS debug maps ----===//
12 #include "dsymutil.h"
20 using namespace llvm::dsymutil;
166 // different and part of the interface of dsymutil (some project's build-systems
167 // parse the ouptut of dsymutil -s), thus they shouldn't be changed.
467 namespace dsymutil { namespace in namespace:llvm
484 } // namespace dsymutil
H A DBinaryHolder.cpp11 // Darwin's dsymutil.
20 namespace dsymutil { namespace in namespace:llvm
H A DMachOUtils.cpp1 //===-- MachOUtils.h - Mach-o specific helpers for dsymutil --------------===//
13 #include "dsymutil.h"
26 namespace dsymutil { namespace in namespace:llvm
82 // Align segments to match dsymutil-classic alignment
161 // FIXME: The + 1 is here to mimic dsymutil-classic that has 2 empty
490 // dsymutil-classic starts the reconstructed string table with 2 of these.
/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 DMakefile35 llvm-cxxdump verify-uselistorder dsymutil llvm-pdbdump \
/external/clang/
H A DAndroid.mk43 llvm-dsymutil \
/external/llvm/
H A DAndroid.mk103 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.exp51 --dsymutil=no|yes run dsymutil on Mac OS X when helpful? [yes]
H A Dcmdline2.stdout.exp51 --dsymutil=no|yes run dsymutil on Mac OS X when helpful? [yes]

Completed in 467 milliseconds

12