Home
last modified time | relevance | path

Searched refs:dsymutil (Results 1 – 25 of 200) sorted by relevance

12345678

/external/llvm/tools/dsymutil/
DDebugMap.cpp19 namespace dsymutil { namespace
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( in mapping()
148 IO &io, dsymutil::DebugMapObject &DMO) { in mapping()
149 MappingNormalization<YamlDMO, dsymutil::DebugMapObject> Norm(io, DMO); in mapping()
166 SequenceTraits<std::vector<std::unique_ptr<dsymutil::DebugMapObject>>>::size( in size()
167 IO &io, std::vector<std::unique_ptr<dsymutil::DebugMapObject>> &seq) { in size()
[all …]
DDebugMap.h39 namespace dsymutil {
174 friend yaml::MappingTraits<dsymutil::DebugMapObject>;
198 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::dsymutil::DebugMapObject::YAMLSymbolMapping) in LLVM_YAML_IS_SEQUENCE_VECTOR()
203 using namespace llvm::dsymutil; in LLVM_YAML_IS_SEQUENCE_VECTOR()
212 template <> struct MappingTraits<dsymutil::DebugMapObject> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
214 static void mapping(IO &io, dsymutil::DebugMapObject &DMO); in LLVM_YAML_IS_SEQUENCE_VECTOR()
224 struct SequenceTraits<std::vector<std::unique_ptr<dsymutil::DebugMapObject>>> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
226 size(IO &io, std::vector<std::unique_ptr<dsymutil::DebugMapObject>> &seq); in LLVM_YAML_IS_SEQUENCE_VECTOR()
227 static dsymutil::DebugMapObject & in LLVM_YAML_IS_SEQUENCE_VECTOR()
228 element(IO &, std::vector<std::unique_ptr<dsymutil::DebugMapObject>> &seq, in LLVM_YAML_IS_SEQUENCE_VECTOR()
[all …]
DCMakeLists.txt11 add_llvm_tool(llvm-dsymutil
12 dsymutil.cpp
DLLVMBuild.txt1 ;===- ./tools/dsymutil/LLVMBuild.txt ---------------------*- Conf -*--===;
20 name = llvm-dsymutil
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDebugMap.cpp38 namespace dsymutil { namespace
154 struct MappingTraits<dsymutil::DebugMapObject>::YamlDMO {
156 YamlDMO(IO &io, dsymutil::DebugMapObject &Obj);
157 dsymutil::DebugMapObject denormalize(IO &IO);
161 std::vector<dsymutil::DebugMapObject::YAMLSymbolMapping> Entries;
172 void MappingTraits<dsymutil::DebugMapObject>::mapping( in mapping()
173 IO &io, dsymutil::DebugMapObject &DMO) { in mapping()
174 MappingNormalization<YamlDMO, dsymutil::DebugMapObject> Norm(io, DMO); in mapping()
190 SequenceTraits<std::vector<std::unique_ptr<dsymutil::DebugMapObject>>>::size( in size()
191 IO &io, std::vector<std::unique_ptr<dsymutil::DebugMapObject>> &seq) { in size()
[all …]
DDebugMap.h47 namespace dsymutil {
206 friend yaml::MappingTraits<dsymutil::DebugMapObject>;
220 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::dsymutil::DebugMapObject::YAMLSymbolMapping) in LLVM_YAML_IS_SEQUENCE_VECTOR()
225 using namespace llvm::dsymutil; in LLVM_YAML_IS_SEQUENCE_VECTOR()
234 template <> struct MappingTraits<dsymutil::DebugMapObject> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
236 static void mapping(IO &io, dsymutil::DebugMapObject &DMO); in LLVM_YAML_IS_SEQUENCE_VECTOR()
246 struct SequenceTraits<std::vector<std::unique_ptr<dsymutil::DebugMapObject>>> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
248 size(IO &io, std::vector<std::unique_ptr<dsymutil::DebugMapObject>> &seq); in LLVM_YAML_IS_SEQUENCE_VECTOR()
249 static dsymutil::DebugMapObject & in LLVM_YAML_IS_SEQUENCE_VECTOR()
250 element(IO &, std::vector<std::unique_ptr<dsymutil::DebugMapObject>> &seq, in LLVM_YAML_IS_SEQUENCE_VECTOR()
[all …]
DBinaryHolder.h30 namespace dsymutil {
141 template <> struct DenseMapInfo<dsymutil::BinaryHolder::ArchiveEntry::KeyTy> {
143 static inline dsymutil::BinaryHolder::ArchiveEntry::KeyTy getEmptyKey() {
144 return dsymutil::BinaryHolder::ArchiveEntry::KeyTy();
147 static inline dsymutil::BinaryHolder::ArchiveEntry::KeyTy getTombstoneKey() {
148 return dsymutil::BinaryHolder::ArchiveEntry::KeyTy("/", {});
152 getHashValue(const dsymutil::BinaryHolder::ArchiveEntry::KeyTy &K) {
158 static bool isEqual(const dsymutil::BinaryHolder::ArchiveEntry::KeyTy &LHS,
159 const dsymutil::BinaryHolder::ArchiveEntry::KeyTy &RHS) {
DCMakeLists.txt11 add_llvm_tool(dsymutil
12 dsymutil.cpp
29 target_link_libraries(dsymutil PRIVATE "-framework CoreFoundation")
DLLVMBuild.txt1 ;===- ./tools/dsymutil/LLVMBuild.txt ---------------------*- Conf -*--===;
20 name = dsymutil
/external/swiftshader/third_party/llvm-7.0/llvm/
D.gitattributes3 test/tools/dsymutil/Inputs/*.o binary
4 test/tools/dsymutil/Inputs/*.a binary
5 test/tools/dsymutil/Inputs/*.i386 binary
6 test/tools/dsymutil/Inputs/*.x86_64 binary
7 test/tools/dsymutil/Inputs/*.armv7m binary
8 test/tools/dsymutil/Inputs/*.dylib binary
/external/llvm/test/tools/dsymutil/
Darch-option.test4 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib | FileCheck %s…
5 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch all | Fi…
6 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch='*' | Fi…
7 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 | …
8 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm | Fi…
9 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch armv7 | …
10 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 -a…
11 RUN: not llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm4…
12 RUN: not llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch i386…
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/
Darch-option.test4 RUN: dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib | FileCheck %s -che…
5 RUN: dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch all | FileChe…
6 RUN: dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch='*' | FileChe…
7 RUN: dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 | FileC…
8 RUN: dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm | FileChe…
9 RUN: dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch armv7 | FileC…
10 RUN: dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 -arch a…
11 RUN: not dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm42 2>&…
12 RUN: not dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch i386 2>&1…
Dcmdline.test1 RUN: dsymutil -help 2>&1 | FileCheck --check-prefix=HELP %s
3 HELP: USAGE: dsymutil{{[^ ]*}} [options] <input files>
28 RUN: dsymutil --version 2>&1 | FileCheck --check-prefix=VERSION %s
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
Dupdate.test4 RUN: dsymutil -oso-prepend-path=%p/.. %t.dir/basic
6 RUN: dsymutil --update %t.dir/basic.dSYM
8 RUN: dsymutil -u %t.dir/basic.dSYM
10 RUN: dsymutil --update %t.dir/basic.dSYM -o %t.dir/updated.dSYM
13 RUN: dsymutil -f -o %t2 -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64
14 RUN: dsymutil -f -u %t2 -o %t3
Dpapertrail-warnings.test1 RUN: env RC_DEBUG_OPTIONS=1 dsymutil -f %p/../Inputs/basic.macho.x86_64 -o - | llvm-dwarfdump -v - …
6 CHECK: DW_AT_producer {{.*}}"dsymutil
15 CHECK: DW_AT_producer {{.*}}"dsymutil
24 CHECK: DW_AT_producer {{.*}}"dsymutil
Dminimize.test1 RUN: dsymutil -f -o - -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 | llvm-readobj -secti…
2 RUN: dsymutil --minimize -f -o - -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 | llvm-rea…
3 RUN: dsymutil -z -f -o - -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 | llvm-readobj -se…
Dverify.test2 # RUN: dsymutil -verify -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 %p/../Inputs/basic-…
3 # RUN: dsymutil -verify -verbose -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 %p/../Inpu…
10 # RUN: not dsymutil -verify -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | FileCheck %s --check-…
11 # RUN: not dsymutil -verify -verbose -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | FileCheck %s…
Daccelerator.test1 RUN: dsymutil -accelerator=Dwarf -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 -o %t.dwar…
2 RUN: dsymutil -accelerator=Apple -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 -o %t.appl…
10 RUN: dsymutil -update -accelerator=Dwarf %t.apple.dSYM
11 RUN: dsymutil -update -accelerator=Apple %t.dwarf.dSYM
Dbasic-linking-x86.test2 RUN: dsymutil -f -oso-prepend-path=%p/.. %t1
4 RUN: dsymutil -f -o %t2 -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64
6 RUN: dsymutil -f -o - -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 | llvm-dwarfdump -a -…
7 RUN: dsymutil -f -o - -oso-prepend-path=%p/.. %p/../Inputs/basic-archive.macho.x86_64 | llvm-dwarfd…
8 RUN: dsymutil -dump-debug-map -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 | dsymutil -f…
9 RUN: dsymutil -dump-debug-map -oso-prepend-path=%p/.. %p/../Inputs/basic-archive.macho.x86_64 | dsy…
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Darchive.test1 RUN: llvm-dwarfdump --debug-info %S/../../dsymutil/Inputs/libfat-test.a \
8 RUN: llvm-dwarfdump --debug-info %S/../../dsymutil/Inputs/libfat-test.a \
14 RUN: llvm-dwarfdump --debug-info %S/../../dsymutil/Inputs/libfat-test.a \
17 RUN: llvm-dwarfdump --debug-info %S/../../dsymutil/Inputs/libfat-test.a \
Ddebug_frame_offset.test1 RUN: llc -filetype=obj %p/../../dsymutil/Inputs/frame-dw2.ll -o - \
8 RUN: llvm-dwarfdump %p/../../dsymutil/Inputs/basic1.macho.x86_64.o \
Dname.test13 RUN: llvm-dwarfdump %S/../../dsymutil/Inputs/libfat-test.a \
36 RUN: llvm-dwarfdump %S/../../dsymutil/Inputs/odr-anon-namespace/1.o \
58 RUN: llvm-dwarfdump %S/../../dsymutil/Inputs/libfat-test.a \
61 RUN: llvm-dwarfdump %S/../../dsymutil/Inputs/libfat-test.a \
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Ddsymutil.rst1 dsymutil - manipulate archived DWARF debug symbol files
7 | :program:`dsymutil` [*options*] *executable*
12 :program:`dsymutil` links the DWARF debug information found in the object files
26 properly linked will cause :program:`dsymutil` to return an error.
43 dsymutil currently has better equivalents: .apple_names and .apple_types. When
75 When running dsymutil as part of your build system, it can be desirable for
109 :program:`dsymutil` returns 0 if the DWARF debug information was linked
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/ARM/
Dfat-threading.test2 # By default, dsymutil spawns one thread per architecture and this test just
4 # RUN: dsymutil -no-output %p/../Inputs/fat-test.arm.dylib -o /dev/null 2>&1
/external/llvm/test/tools/dsymutil/X86/
Dbasic-linking-x86.test2 RUN: llvm-dsymutil -f -oso-prepend-path=%p/.. %t1
4 RUN: llvm-dsymutil -f -o %t2 -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64
6 RUN: llvm-dsymutil -f -o - -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 | llvm-dwarfdump…
7 RUN: llvm-dsymutil -f -o - -oso-prepend-path=%p/.. %p/../Inputs/basic-archive.macho.x86_64 | llvm-d…
8 RUN: llvm-dsymutil -dump-debug-map -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 | llvm-d…
9 RUN: llvm-dsymutil -dump-debug-map -oso-prepend-path=%p/.. %p/../Inputs/basic-archive.macho.x86_64 …

12345678