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

123456

/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DCFBundle.h1 //===- tools/dsymutil/CFBundle.h - CFBundle helper --------------*- C++ -*-===//
16 namespace dsymutil { namespace in namespace:llvm
27 } // end namespace dsymutil
H A DBinaryHolder.h10 // Darwin's dsymutil.
31 namespace dsymutil { namespace in namespace:llvm
146 } // namespace dsymutil
148 template <> struct DenseMapInfo<dsymutil::BinaryHolder::ArchiveEntry::KeyTy> {
150 static inline dsymutil::BinaryHolder::ArchiveEntry::KeyTy getEmptyKey() {
151 return dsymutil::BinaryHolder::ArchiveEntry::KeyTy();
154 static inline dsymutil::BinaryHolder::ArchiveEntry::KeyTy getTombstoneKey() {
155 return dsymutil::BinaryHolder::ArchiveEntry::KeyTy("/", {});
159 getHashValue(const dsymutil::BinaryHolder::ArchiveEntry::KeyTy &K) {
165 static bool isEqual(const dsymutil
[all...]
H A DDebugMap.h1 //=- tools/dsymutil/DebugMap.h - Generic debug map representation -*- C++ -*-=//
46 namespace dsymutil { namespace in namespace:llvm
211 friend yaml::MappingTraits<dsymutil::DebugMapObject>;
222 } // end namespace dsymutil
225 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::dsymutil::DebugMapObject::YAMLSymbolMapping)
230 using namespace llvm::dsymutil;
239 template <> struct MappingTraits<dsymutil::DebugMapObject> {
241 static void mapping(IO &io, dsymutil::DebugMapObject &DMO);
251 struct SequenceTraits<std::vector<std::unique_ptr<dsymutil::DebugMapObject>>> {
253 size(IO &io, std::vector<std::unique_ptr<dsymutil
[all...]
H A DDebugMap.cpp1 //===- tools/dsymutil/DebugMap.cpp - Generic debug map representation -----===//
37 namespace dsymutil { namespace in namespace:llvm
148 } // end namespace dsymutil
153 struct MappingTraits<dsymutil::DebugMapObject>::YamlDMO {
155 YamlDMO(IO &io, dsymutil::DebugMapObject &Obj);
156 dsymutil::DebugMapObject denormalize(IO &IO);
160 std::vector<dsymutil::DebugMapObject::YAMLSymbolMapping> Entries;
171 void MappingTraits<dsymutil::DebugMapObject>::mapping(
172 IO &io, dsymutil::DebugMapObject &DMO) {
173 MappingNormalization<YamlDMO, dsymutil
[all...]
H A DSymbolMap.h1 //=- tools/dsymutil/SymbolMap.h -----------------------------------*- C++ -*-=//
18 namespace dsymutil { namespace in namespace:llvm
50 } // namespace dsymutil
H A DReproducer.h1 //===- tools/dsymutil/Reproducer.h ------------------------------*- C++ -*-===//
17 namespace dsymutil { namespace in namespace:llvm
26 /// The reproducer class manages the sate related to reproducers in dsymutil.
47 /// dsymutil.
74 } // end namespace dsymutil
H A DMachOUtils.h1 //===-- MachOUtils.h - Mach-o specific helpers for dsymutil --------------===//
22 namespace dsymutil { namespace in namespace:llvm
50 } // namespace dsymutil
H A Ddsymutil.h1 //===- tools/dsymutil/dsymutil.h - dsymutil high-level functionality ------===//
30 namespace dsymutil { namespace in namespace:llvm
53 } // end namespace dsymutil
H A DLinkUtils.h1 //===- tools/dsymutil/LinkUtils.h - Dwarf linker utilities ------*- C++ -*-===//
24 namespace dsymutil { namespace in namespace:llvm
105 } // end namespace dsymutil
H A DReproducer.cpp13 using namespace llvm::dsymutil;
21 EC = sys::fs::createUniqueDirectory("dsymutil", Root);
H A DCFBundle.cpp1 //===- tools/dsymutil/CFBundle.cpp - CFBundle helper ------------*- C++ -*-===//
22 namespace dsymutil { namespace in namespace:llvm
184 } // end namespace dsymutil
H A DSymbolMap.cpp1 //===- tools/dsymutil/SymbolMap.cpp ---------------------------------------===//
23 namespace dsymutil { namespace in namespace:llvm
160 } // namespace dsymutil
H A DDwarfLinkerForBinary.h1 //===- tools/dsymutil/DwarfLinkerForBinary.h --------------------*- C++ -*-===//
24 namespace dsymutil { namespace in namespace:llvm
124 // The latter information is required to reproduce dsymutil's logic while
127 // dsymutil's behavior.
225 } // end namespace dsymutil
H A Ddsymutil.cpp1 //===- dsymutil.cpp - Debug info dumping utility for llvm -----------------===//
10 // dsymutil.
13 #include "dsymutil.h"
52 using namespace llvm::dsymutil;
103 dsymutil::LinkOptions LinkOpts;
499 "dsymutil links the DWARF debug information found in the object files\n"
H A DMachODebugMapParser.cpp1 //===- tools/dsymutil/MachODebugMapParser.cpp - Parse STABS debug maps ----===//
21 using namespace llvm::dsymutil;
211 // different and part of the interface of dsymutil (some project's build-systems
212 // parse the ouptut of dsymutil -s), thus they shouldn't be changed.
599 namespace dsymutil { namespace in namespace:llvm
619 } // namespace dsymutil
H A DBinaryHolder.cpp10 // Darwin's dsymutil.
20 namespace dsymutil { namespace in namespace:llvm
284 } // namespace dsymutil
H A DMachOUtils.cpp1 //===-- MachOUtils.cpp - Mach-o specific helpers for dsymutil ------------===//
26 namespace dsymutil { namespace in namespace:llvm
97 // Align segments to match dsymutil-classic alignment
184 // FIXME: The + 1 is here to mimic dsymutil-classic that has 2 empty
492 // Legacy dsymutil puts an empty string at the start of the line table.
584 // dsymutil-classic starts the reconstructed string table with 2 of these.
623 } // namespace dsymutil
H A DDwarfLinkerForBinary.cpp1 //===- tools/dsymutil/DwarfLinkerForBinary.cpp ----------------------------===//
13 #include "dsymutil.h"
107 namespace dsymutil { namespace in namespace:llvm
358 // adventurous dsymutil would invoke clang to rebuild the module
800 } // namespace dsymutil
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexec-tool.in75 dsymutil)
H A Dcollect2.c737 that into account (maybe run dsymutil). */
3024 const char *dsymutil = 0;
3030 have not already found a suitable dsymutil. In practice, all modern
3031 versions of dsymutil handle all supported archs, however the approach
3033 always symlink a multitarget dsymutil with a target-specific name). */
3034 const char *dsname = "dsymutil";
3042 if (dsymutil == 0 && access (DEFAULT_DSYMUTIL, X_OK) == 0)
3043 dsymutil = DEFAULT_DSYMUTIL;
3044 if (dsymutil == 0)
3049 dsymutil
3013 const char *dsymutil = 0; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dexec-tool.in75 dsymutil)
H A Dcollect2.cc730 that into account (maybe run dsymutil). */
3029 const char *dsymutil = 0;
3035 have not already found a suitable dsymutil. In practice, all modern
3036 versions of dsymutil handle all supported archs, however the approach
3038 always symlink a multitarget dsymutil with a target-specific name). */
3039 const char *dsname = "dsymutil";
3047 if (dsymutil == 0 && access (DEFAULT_DSYMUTIL, X_OK) == 0)
3048 dsymutil = DEFAULT_DSYMUTIL;
3049 if (dsymutil == 0)
3054 dsymutil
3018 const char *dsymutil = 0; local
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/ci/
H A Dapple-install-libcxx.sh156 xcrun --sdk "${sdk}" dsymutil "${build_dir}/${dylib}" -o "${symbols_dir}/${dylib}.dSYM"
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Ddglib.pm163 next if $execwhat =~ /^dsymutil/;
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Ddglib.pm163 next if $execwhat =~ /^dsymutil/;

Completed in 301 milliseconds

123456