Searched refs:DebugMapObject (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | DebugMap.cpp | 41 DebugMapObject::DebugMapObject(StringRef ObjectFilename, in DebugMapObject() function in llvm::dsymutil::DebugMapObject 46 bool DebugMapObject::addSymbol(StringRef Name, Optional<uint64_t> ObjectAddress, in addSymbol() 56 void DebugMapObject::print(raw_ostream &OS) const { in print() 81 void DebugMapObject::dump() const { print(errs()); } in dump() 84 DebugMapObject & 88 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type)); in addDebugMapObject() 92 const DebugMapObject::DebugMapEntry * 93 DebugMapObject::lookupSymbol(StringRef SymbolName) const { in lookupSymbol() 100 const DebugMapObject::DebugMapEntry * 101 DebugMapObject::lookupObjectAddress(uint64_t Address) const { in lookupObjectAddress() [all …]
|
H A D | DebugMap.h | 48 class DebugMapObject; variable 78 using ObjectContainer = std::vector<std::unique_ptr<DebugMapObject>>; 110 DebugMapObject & 135 class DebugMapObject { 198 DebugMapObject(StringRef ObjectFilename, 211 friend yaml::MappingTraits<dsymutil::DebugMapObject>; 212 friend yaml::SequenceTraits<std::vector<std::unique_ptr<DebugMapObject>>>; 214 DebugMapObject() = default; 217 DebugMapObject(DebugMapObject &&) = default; 218 DebugMapObject &operator=(DebugMapObject &&) = default; [all …]
|
H A D | DwarfLinkerForBinary.h | 64 const DebugMapObject::DebugMapEntry *Mapping; 67 const DebugMapObject::DebugMapEntry *Mapping) in ValidReloc() 110 const DebugMapObject &DMO) in AddressManager() 152 const DebugMapObject &DMO); 156 const DebugMapObject &DMO, 161 const DebugMapObject &DMO, 200 ErrorOr<const object::ObjectFile &> loadObject(const DebugMapObject &Obj, 202 ErrorOr<DWARFFile &> loadObject(const DebugMapObject &Obj,
|
H A D | DwarfLinkerForBinary.cpp | 181 DwarfLinkerForBinary::loadObject(const DebugMapObject &Obj, in loadObject() 205 static Error remarksErrorHandler(const DebugMapObject &DMO, in remarksErrorHandler() 269 DwarfLinkerForBinary::loadObject(const DebugMapObject &Obj, in loadObject() 496 const DebugMapObject &DMO, std::vector<ValidReloc> &ValidRelocs) { in findValidRelocsMachO() 573 const DebugMapObject &DMO, std::vector<ValidReloc> &Relocs) { in findValidRelocs() 597 const object::ObjectFile &Obj, const DebugMapObject &DMO) { in findValidRelocsInDebugSections()
|
H A D | MachODebugMapParser.cpp | 63 DebugMapObject *CurrentDebugMapObject;
|