Searched refs:DebugMapObject (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A DDebugMap.h48 class DebugMapObject;
57 /// DebugMapObject &DMO = DM->addDebugMapObject(Obj.getPath());
78 using ObjectContainer = std::vector<std::unique_ptr<DebugMapObject>>;
108 /// This function adds an DebugMapObject to the list owned by this
110 DebugMapObject &
132 /// The DebugMapObject represents one object file described by the DebugMap. It
135 class DebugMapObject { class in namespace:llvm::dsymutil
156 /// Adds a symbol mapping to this DebugMapObject.
198 DebugMapObject(StringRef ObjectFilename,
211 friend yaml::MappingTraits<dsymutil::DebugMapObject>;
[all...]
H A DDebugMap.cpp41 DebugMapObject::DebugMapObject(StringRef ObjectFilename, function in class:llvm::dsymutil::DebugMapObject
46 bool DebugMapObject::addSymbol(StringRef Name,
57 void DebugMapObject::print(raw_ostream &OS) const {
80 void DebugMapObject::dump() const { print(errs()); }
83 DebugMapObject &
87 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type));
91 const DebugMapObject::DebugMapEntry *
92 DebugMapObject::lookupSymbol(StringRef SymbolName) const {
99 const DebugMapObject
[all...]
H A DDwarfLinkerForBinary.h65 const DebugMapObject::DebugMapEntry *Mapping;
68 const DebugMapObject::DebugMapEntry *Mapping)
79 /// The valid relocations for the current DebugMapObject.
111 const DebugMapObject &DMO)
151 const DebugMapObject &DMO);
155 const DebugMapObject &DMO,
160 const DebugMapObject &DMO,
199 ErrorOr<const object::ObjectFile &> loadObject(const DebugMapObject &Obj,
201 ErrorOr<DWARFFile &> loadObject(const DebugMapObject &Obj,
209 const llvm::dsymutil::DebugMapObject *Ob
[all...]
H A DDwarfLinkerForBinary.cpp180 DwarfLinkerForBinary::loadObject(const DebugMapObject &Obj,
204 static Error remarksErrorHandler(const DebugMapObject &DMO,
268 DwarfLinkerForBinary::loadObject(const DebugMapObject &Obj,
395 const llvm::dsymutil::DebugMapObject *Obj,
494 const llvm::dsymutil::DebugMapObject *Obj, DwarfStreamer *Streamer,
781 const DebugMapObject &DMO, std::vector<ValidReloc> &ValidRelocs) {
858 const DebugMapObject &DMO, std::vector<ValidReloc> &Relocs) {
882 const object::ObjectFile &Obj, const DebugMapObject &DMO) {
H A DMachODebugMapParser.cpp71 DebugMapObject *CurrentDebugMapObject;
163 /// Create a new DebugMapObject. This function resets the state of the

Completed in 64 milliseconds