HomeSort by: relevance | last modified time | path
    Searched defs:DebugMapObject (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DebugMap.cpp 41 DebugMapObject::DebugMapObject(StringRef ObjectFilename,
46 bool DebugMapObject::addSymbol(StringRef Name, Optional<uint64_t> ObjectAddress,
56 void DebugMapObject::print(raw_ostream &OS) const {
81 void DebugMapObject::dump() const { print(errs()); }
84 DebugMapObject &
88 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type));
92 const DebugMapObject::DebugMapEntry *
93 DebugMapObject::lookupSymbol(StringRef SymbolName) const {
100 const DebugMapObject::DebugMapEntry
    [all...]
DebugMap.h 48 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 {
156 /// Adds a symbol mapping to this DebugMapObject.
198 DebugMapObject(StringRef ObjectFilename,
211 friend yaml::MappingTraits<dsymutil::DebugMapObject>;
    [all...]

Completed in 22 milliseconds