Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp84 DebugMap::addDebugMapObject(StringRef ObjectFilePath, in addDebugMapObject()
107 void DebugMap::print(raw_ostream &OS) const { in print()
109 yout << const_cast<DebugMap &>(*this); in print()
113 void DebugMap::dump() const { print(errs()); } in dump()
125 ErrorOr<std::vector<std::unique_ptr<DebugMap>>>
126 DebugMap::parseYAMLDebugMap(StringRef InputFile, StringRef PrependPath, in parseYAMLDebugMap()
136 std::unique_ptr<DebugMap> Res; in parseYAMLDebugMap()
142 std::vector<std::unique_ptr<DebugMap>> Result; in parseYAMLDebugMap()
204 void MappingTraits<dsymutil::DebugMap>::mapping(IO &io, in mapping()
205 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,
200 std::unique_ptr<DebugMap>
206 std::make_unique<DebugMap>(MainBinary.getArchTriple(), BinaryPath, UUID); in parseOneBinary()
391 ErrorOr<std::vector<std::unique_ptr<DebugMap>>> MachODebugMapParser::parse() { in parse()
402 std::vector<std::unique_ptr<DebugMap>> Results; in parse()
627 llvm::ErrorOr<std::vector<std::unique_ptr<DebugMap>>>
633 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.cpp269 const DebugMap &DebugMap, in loadObject() argument
271 auto ErrorOrObj = loadObject(Obj, DebugMap.getTriple()); in loadObject()
298 const DebugMap &Map, const LinkOptions &Options, BinaryHolder &BinHolder) { in binaryHasStrippableSwiftReflectionSections()
344 calculateStartOfStrippableReflectionSections(const DebugMap &Map) { in calculateStartOfStrippableReflectionSections()
551 bool DwarfLinkerForBinary::link(const DebugMap &Map) { in link()
559 DebugMap DebugMap(Map.getTriple(), Map.getBinaryPath()); in link() local
592 objFileLoader Loader = [&DebugMap, &RL, in link()
595 auto &Obj = DebugMap.addDebugMapObject( in link()
598 if (auto ErrorOrObj = loadObject(Obj, DebugMap, RL)) { in link()
1080 const DebugMap &DM, LinkOptions Options) { in linkDwarf()
H A DDwarfLinkerForBinary.h42 bool link(const DebugMap &);
202 const DebugMap &DebugMap,
H A DCMakeLists.txt27 DebugMap.cpp
H A DSymbolMap.cpp63 const DebugMap &Map) const { in Load()
H A DMachOUtils.cpp356 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, const DebugMap &DM, in generateDsymCompanion()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp24 DWARFLog::DebugMap},
H A DLogChannelDWARF.h20 DebugMap = Log::ChannelFlag<2>, enumerator
H A DSymbolFileDWARFDebugMap.cpp70 Log *log = GetLog(DWARFLog::DebugMap); in GetFileRangeMap()
290 Log *log = GetLog(DWARFLog::DebugMap); in InitOSO()
321 DebugMap::Entry debug_map_entry( in InitOSO()
329 DebugMap::Entry debug_map_entry( in InitOSO()
820 const DebugMap::Entry *debug_map_entry = in ResolveSymbolContext()
1368 DebugMap::Entry *debug_map_entry = in AddOSOFileRange()
1409 const DebugMap::Entry *debug_map_entry = in LinkOSOFileAddress()
1437 const DebugMap::Entry *debug_map_entry = in LinkOSOAddress()
1505 const DebugMap::Entry *debug_map_entry = in CalculateFrameVariableError()
H A DSymbolFileDWARFDebugMap.h324 DebugMap; typedef
336 DebugMap m_debug_map;
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/dsymutil/
H A DBUILD.gn26 "DebugMap.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt6941 llvm/tools/dsymutil/DebugMap.cpp
6942 llvm/tools/dsymutil/DebugMap.h