HomeSort by relevance Sort by last modified time
    Searched refs:dsymutil (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/llvm/tools/dsymutil/
DebugMap.cpp 1 //===- tools/dsymutil/DebugMap.cpp - Generic debug map representation -----===//
19 namespace dsymutil { namespace in namespace:llvm
129 struct MappingTraits<dsymutil::DebugMapObject>::YamlDMO {
131 YamlDMO(IO &io, dsymutil::DebugMapObject &Obj);
132 dsymutil::DebugMapObject denormalize(IO &IO);
136 std::vector<dsymutil::DebugMapObject::YAMLSymbolMapping> Entries;
147 void MappingTraits<dsymutil::DebugMapObject>::mapping(
148 IO &io, dsymutil::DebugMapObject &DMO) {
149 MappingNormalization<YamlDMO, dsymutil::DebugMapObject> Norm(io, DMO);
166 SequenceTraits<std::vector<std::unique_ptr<dsymutil::DebugMapObject>>>::size
    [all...]
DebugMap.h 1 //=== tools/dsymutil/DebugMap.h - Generic debug map representation -*- C++ -*-//
39 namespace dsymutil { namespace in namespace:llvm
174 friend yaml::MappingTraits<dsymutil::DebugMapObject>;
198 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::dsymutil::DebugMapObject::YAMLSymbolMapping)
203 using namespace llvm::dsymutil;
212 template <> struct MappingTraits<dsymutil::DebugMapObject> {
214 static void mapping(IO &io, dsymutil::DebugMapObject &DMO);
224 struct SequenceTraits<std::vector<std::unique_ptr<dsymutil::DebugMapObject>>> {
226 size(IO &io, std::vector<std::unique_ptr<dsymutil::DebugMapObject>> &seq);
227 static dsymutil::DebugMapObject
    [all...]
MachOUtils.h 1 //===-- MachOUtils.h - Mach-o specific helpers for dsymutil --------------===//
18 namespace dsymutil { namespace in namespace:llvm
NonRelocatableStringpool.h 15 namespace dsymutil { namespace in namespace:llvm
33 // Legacy dsymutil puts an empty string at the start of the line
dsymutil.h 1 //===- 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
BinaryHolder.h 11 // Darwin's dsymutil.
27 namespace dsymutil { namespace in namespace:llvm
dsymutil.cpp 1 //===-- dsymutil.cpp - Debug info dumping utility for llvm ----------------===//
11 // Darwin's dsymutil.
17 #include "dsymutil.h"
30 using namespace llvm::dsymutil;
233 void llvm::dsymutil::exitDsymutil(int ExitStatus) {
252 "dsymutil links the DWARF debug information found in the object files\n"
MachODebugMapParser.cpp 1 //===- tools/dsymutil/MachODebugMapParser.cpp - Parse STABS debug maps ----===//
12 #include "dsymutil.h"
20 using namespace llvm::dsymutil;
164 // different and part of the interface of dsymutil (some project's build-systems
165 // parse the ouptut of dsymutil -s), thus they shouldn't be changed.
483 namespace dsymutil { namespace in namespace:llvm
500 } // namespace dsymutil
BinaryHolder.cpp 11 // Darwin's dsymutil.
20 namespace dsymutil { namespace in namespace:llvm
MachOUtils.cpp 1 //===-- MachOUtils.h - Mach-o specific helpers for dsymutil --------------===//
13 #include "dsymutil.h"
27 namespace dsymutil { namespace in namespace:llvm
83 // Align segments to match dsymutil-classic alignment
162 // 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/llvm/test/tools/dsymutil/ARM/
scattered.c 1 RUN: llvm-dsymutil -y %p/dummy-debug-map.map -oso-prepend-path %p/../Inputs/scattered-reloc/ -f -o - | llvm-dwarfdump -debug-dump=info - | FileCheck %s
  /external/compiler-rt/make/
config.mk 24 DSYMUTIL := dsymutil
options.mk 46 DSYMUTIL := dsymutil
  /external/clang/
Android.mk 39 llvm-dsymutil \
  /external/libcups/filter/
Makefile 112 dsymutil $(SYMROOT)/$$file; \
142 dsymutil $(SYMROOT)/$(LIBCUPSIMAGE); \
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c 681 dsymutil on it. */
1037 const HChar* dsymutil = "\/usr\/bin\/dsymutil "; local
    [all...]
  /external/compiler-rt/make/platform/
darwin_bni.mk 17 DSYMUTIL := $(shell xcrun -sdk $(SDKROOT) -find dsymutil || echo "false")
clang_macho_embedded.mk 40 DSYMUTIL := $(call XCRun,dsymutil)
clang_darwin.mk 64 DSYMUTIL := $(call XCRun,dsymutil)
  /external/swiftshader/third_party/LLVM/utils/buildit/
build_llvm 278 -print | xargs -n 1 -P ${SYSCTL} dsymutil
  /external/swiftshader/third_party/LLVM/test/
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
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho_combine_dwarf.go 87 // machoCombineDwarf merges dwarf info generated by dsymutil into a macho executable.
92 // dsym is the path to the macho file containing DWARF from dsymutil.
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
macho_combine_dwarf.go 87 // machoCombineDwarf merges dwarf info generated by dsymutil into a macho executable.
92 // dsym is the path to the macho file containing DWARF from dsymutil.
  /external/valgrind/none/tests/
cmdline1.stdout.exp 51 --dsymutil=no|yes run dsymutil on Mac OS X when helpful? [yes]
  /external/libcups/cups/
Makefile 282 dsymutil $(SYMROOT)/$(LIBCUPS); \

Completed in 441 milliseconds

1 2 3