| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | DebugMap.h | 74 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 D | DebugMap.cpp | 84 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 D | MachODebugMapParser.cpp | 40 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 D | dsymutil.h | 37 ErrorOr<std::vector<std::unique_ptr<DebugMap>>> 51 const DebugMap &DM, LinkOptions Options);
|
| H A D | SymbolMap.h | 19 class DebugMap; variable 45 SymbolMapTranslator Load(StringRef InputFile, const DebugMap &Map) const;
|
| H A D | MachOUtils.h | 23 class DebugMap; variable 59 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, const DebugMap &DM,
|
| H A D | DwarfLinkerForBinary.cpp | 269 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 D | DwarfLinkerForBinary.h | 42 bool link(const DebugMap &); 202 const DebugMap &DebugMap,
|
| H A D | CMakeLists.txt | 27 DebugMap.cpp
|
| H A D | SymbolMap.cpp | 63 const DebugMap &Map) const { in Load()
|
| H A D | MachOUtils.cpp | 356 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, const DebugMap &DM, in generateDsymCompanion()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | LogChannelDWARF.cpp | 24 DWARFLog::DebugMap},
|
| H A D | LogChannelDWARF.h | 20 DebugMap = Log::ChannelFlag<2>, enumerator
|
| H A D | SymbolFileDWARFDebugMap.cpp | 70 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 D | SymbolFileDWARFDebugMap.h | 324 DebugMap; typedef 336 DebugMap m_debug_map;
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/dsymutil/ |
| H A D | BUILD.gn | 26 "DebugMap.cpp",
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 6941 llvm/tools/dsymutil/DebugMap.cpp 6942 llvm/tools/dsymutil/DebugMap.h
|