Home
last modified time | relevance | path

Searched refs:DebugMap (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDebugMap.h74 class DebugMap {
84 friend yaml::MappingTraits<std::unique_ptr<DebugMap>>;
85 friend yaml::MappingTraits<DebugMap>;
87 DebugMap() = default;
91 DebugMap(const Triple &BinaryTriple, StringRef BinaryPath,
128 static ErrorOr<std::vector<std::unique_ptr<DebugMap>>>
195 friend class DebugMap;
259 template <> struct MappingTraits<dsymutil::DebugMap> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
260 static void mapping(IO &io, dsymutil::DebugMap &DM); in LLVM_YAML_IS_SEQUENCE_VECTOR()
263 template <> struct MappingTraits<std::unique_ptr<dsymutil::DebugMap>> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
[all …]
H A DDebugMap.cpp83 DebugMap::addDebugMapObject(StringRef ObjectFilePath, in addDebugMapObject()
106 void DebugMap::print(raw_ostream &OS) const { in print()
108 yout << const_cast<DebugMap &>(*this); in print()
112 void DebugMap::dump() const { print(errs()); } in dump()
124 ErrorOr<std::vector<std::unique_ptr<DebugMap>>>
135 std::unique_ptr<DebugMap> Res; in parseYAMLDebugMap()
141 std::vector<std::unique_ptr<DebugMap>> Result; in parseYAMLDebugMap()
203 void MappingTraits<dsymutil::DebugMap>::mapping(IO &io, in mapping()
212 void MappingTraits<std::unique_ptr<dsymutil::DebugMap>>::mapping( in mapping()
213 IO &io, std::unique_ptr<dsymutil::DebugMap> &DM) { in mapping()
[all …]
H A DMachODebugMapParser.cpp40 ErrorOr<std::vector<std::unique_ptr<DebugMap>>> parse();
57 std::unique_ptr<DebugMap> Result;
77 std::unique_ptr<DebugMap> parseOneBinary(const MachOObjectFile &MainBinary,
199 std::unique_ptr<DebugMap>
205 std::make_unique<DebugMap>(MainBinary.getArchTriple(), BinaryPath, UUID); in parseOneBinary()
390 ErrorOr<std::vector<std::unique_ptr<DebugMap>>> MachODebugMapParser::parse() { in parse()
401 std::vector<std::unique_ptr<DebugMap>> Results; in parse()
626 llvm::ErrorOr<std::vector<std::unique_ptr<DebugMap>>>
632 return DebugMap::parseYAMLDebugMap(InputFile, PrependPath, Verbose); in parseDebugMap()
H A Ddsymutil.h37 ErrorOr<std::vector<std::unique_ptr<DebugMap>>>
51 const DebugMap &DM, LinkOptions Options);
H A DSymbolMap.h19 class DebugMap; variable
45 SymbolMapTranslator Load(StringRef InputFile, const DebugMap &Map) const;
H A DMachOUtils.h23 class DebugMap; variable
59 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, const DebugMap &DM,
H A DDwarfLinkerForBinary.cpp270 const DebugMap &DebugMap, in loadObject() argument
272 auto ErrorOrObj = loadObject(Obj, DebugMap.getTriple()); in loadObject()
299 const DebugMap &Map, const LinkOptions &Options, BinaryHolder &BinHolder) { in binaryHasStrippableSwiftReflectionSections()
345 calculateStartOfStrippableReflectionSections(const DebugMap &Map) { in calculateStartOfStrippableReflectionSections()
552 bool DwarfLinkerForBinary::link(const DebugMap &Map) { in link()
560 DebugMap DebugMap(Map.getTriple(), Map.getBinaryPath()); in link() local
595 [&DebugMap, &RL, this](StringRef ContainerName, in link()
597 auto &Obj = DebugMap.addDebugMapObject( in link()
600 if (auto ErrorOrObj = loadObject(Obj, DebugMap, RL)) { in link()
1046 const DebugMap &DM, LinkOptions Options) { in linkDwarf()
H A DDwarfLinkerForBinary.h42 bool link(const DebugMap &);
202 const DebugMap &DebugMap,
H A DCMakeLists.txt25 DebugMap.cpp
H A DSymbolMap.cpp63 const DebugMap &Map) const { in Load()
H A DMachOUtils.cpp355 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, const DebugMap &DM, in generateDsymCompanion()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp22 {{"map"}, {"log struct/unions/class type completions"}, DWARFLog::DebugMap},
H A DLogChannelDWARF.h20 DebugMap = Log::ChannelFlag<2>, enumerator
H A DSymbolFileDWARFDebugMap.cpp64 Log *log = GetLog(DWARFLog::DebugMap); in GetFileRangeMap()
284 Log *log = GetLog(DWARFLog::DebugMap); in InitOSO()
315 DebugMap::Entry debug_map_entry( in InitOSO()
323 DebugMap::Entry debug_map_entry( in InitOSO()
768 const DebugMap::Entry *debug_map_entry = in ResolveSymbolContext()
1307 DebugMap::Entry *debug_map_entry = in AddOSOFileRange()
1348 const DebugMap::Entry *debug_map_entry = in LinkOSOFileAddress()
1376 const DebugMap::Entry *debug_map_entry = in LinkOSOAddress()
H A DSymbolFileDWARFDebugMap.h305 DebugMap; typedef
317 DebugMap m_debug_map;
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/tools/dsymutil/
H A DBUILD.gn25 "DebugMap.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6953 llvm/tools/dsymutil/DebugMap.cpp
6954 llvm/tools/dsymutil/DebugMap.h