Searched refs:DebugMapObject (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/llvm/tools/dsymutil/ |
H A D | DebugMap.cpp | 23 DebugMapObject::DebugMapObject(StringRef ObjectFilename, in DebugMapObject() function in llvm::dsymutil::DebugMapObject 27 bool DebugMapObject::addSymbol(StringRef Name, Optional<uint64_t> ObjectAddress, in addSymbol() 37 void DebugMapObject::print(raw_ostream &OS) const { in print() 62 void DebugMapObject::dump() const { print(errs()); } in dump() 65 DebugMapObject &DebugMap::addDebugMapObject(StringRef ObjectFilePath, in addDebugMapObject() 67 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp)); in addDebugMapObject() 71 const DebugMapObject::DebugMapEntry * 72 DebugMapObject::lookupSymbol(StringRef SymbolName) const { in lookupSymbol() 79 const DebugMapObject::DebugMapEntry * 80 DebugMapObject::lookupObjectAddress(uint64_t Address) const { in lookupObjectAddress() [all …]
|
H A D | DebugMap.h | 40 class DebugMapObject; variable 70 typedef std::vector<std::unique_ptr<DebugMapObject>> ObjectContainer; 95 DebugMapObject &addDebugMapObject(StringRef ObjectFilePath, 117 class DebugMapObject { 164 DebugMapObject(StringRef ObjectFilename, sys::TimeValue Timestamp); 174 friend yaml::MappingTraits<dsymutil::DebugMapObject>; 175 friend yaml::SequenceTraits<std::vector<std::unique_ptr<DebugMapObject>>>; 177 DebugMapObject() = default; 180 DebugMapObject &operator=(DebugMapObject RHS) { 187 DebugMapObject(DebugMapObject &&RHS) { in DebugMapObject() function [all …]
|
H A D | DwarfLinker.cpp | 1128 void startDebugObject(DWARFContext &, DebugMapObject &); 1139 const DebugMapObject::DebugMapEntry *Mapping; 1142 const DebugMapObject::DebugMapEntry *Mapping) in ValidReloc() 1176 const DebugMapObject &DMO); 1180 const DebugMapObject &DMO); 1184 const DebugMapObject &DMO); 1201 const DebugMapObject &DMO, CompileUnit &CU, 1236 const DebugMapObject &DMO, CompileUnit &CU, 1402 void patchFrameInfoForObject(const DebugMapObject &, DWARFContext &, 1423 DebugMapObject &Obj, [all …]
|
H A D | MachODebugMapParser.cpp | 59 DebugMapObject *CurrentDebugMapObject;
|