HomeSort by relevance Sort by last modified time
    Searched refs:DebugMapObject (Results 1 - 9 of 9) sorted by null

  /external/llvm/tools/dsymutil/
DebugMap.cpp 23 DebugMapObject::DebugMapObject(StringRef ObjectFilename,
27 bool DebugMapObject::addSymbol(StringRef Name, Optional<uint64_t> ObjectAddress,
37 void DebugMapObject::print(raw_ostream &OS) const {
62 void DebugMapObject::dump() const { print(errs()); }
65 DebugMapObject &DebugMap::addDebugMapObject(StringRef ObjectFilePath,
67 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp));
71 const DebugMapObject::DebugMapEntry *
72 DebugMapObject::lookupSymbol(StringRef SymbolName) const {
79 const DebugMapObject::DebugMapEntry
    [all...]
DebugMap.h 40 class DebugMapObject;
50 /// DebugMapObject &DMO = DM->addDebugMapObject(Obj.getPath());
70 typedef std::vector<std::unique_ptr<DebugMapObject>> ObjectContainer;
93 /// This function adds an DebugMapObject to the list owned by this
95 DebugMapObject &addDebugMapObject(StringRef ObjectFilePath,
113 /// \brief The DebugMapObject represents one object file described by
117 class DebugMapObject {
135 /// \brief Adds a symbol mapping to this DebugMapObject.
164 DebugMapObject(StringRef ObjectFilename, sys::TimeValue Timestamp);
174 friend yaml::MappingTraits<dsymutil::DebugMapObject>;
    [all...]
DwarfLinker.cpp     [all...]
MachODebugMapParser.cpp 59 DebugMapObject *CurrentDebugMapObject;
110 /// Create a new DebugMapObject. This function resets the state of the
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DebugMap.h 49 class DebugMapObject;
58 /// DebugMapObject &DMO = DM->addDebugMapObject(Obj.getPath());
79 using ObjectContainer = std::vector<std::unique_ptr<DebugMapObject>>;
107 /// This function adds an DebugMapObject to the list owned by this
109 DebugMapObject &
129 /// The DebugMapObject represents one object file described by the DebugMap. It
132 class DebugMapObject {
153 /// Adds a symbol mapping to this DebugMapObject.
193 DebugMapObject(StringRef ObjectFilename,
206 friend yaml::MappingTraits<dsymutil::DebugMapObject>;
    [all...]
DebugMap.cpp 42 DebugMapObject::DebugMapObject(StringRef ObjectFilename,
47 bool DebugMapObject::addSymbol(StringRef Name, Optional<uint64_t> ObjectAddress,
57 void DebugMapObject::print(raw_ostream &OS) const {
82 void DebugMapObject::dump() const { print(errs()); }
85 DebugMapObject &
89 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type));
93 const DebugMapObject::DebugMapEntry *
94 DebugMapObject::lookupSymbol(StringRef SymbolName) const {
101 const DebugMapObject::DebugMapEntry
    [all...]
DwarfLinker.h 56 /// first step when we start processing a DebugMapObject.
66 void reportWarning(const Twine &Warning, const DebugMapObject &DMO,
80 bool emitPaperTrailWarnings(const DebugMapObject &DMO, const DebugMap &Map,
89 const DebugMapObject::DebugMapEntry *Mapping;
92 const DebugMapObject::DebugMapEntry *Mapping)
102 /// The valid relocations for the current DebugMapObject.
125 const DebugMapObject &DMO);
129 const DebugMapObject &DMO);
133 const DebugMapObject &DMO);
145 DebugMapObject &DMO
    [all...]
DwarfLinker.cpp 122 const DebugMapObject &DMO,
190 void DwarfLinker::reportWarning(const Twine &Warning, const DebugMapObject &DMO,
360 const DebugMapObject &DMO) {
430 const DebugMapObject &DMO) {
455 const object::ObjectFile &Obj, const DebugMapObject &DMO) {
582 const DebugMapObject &DMO, CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo,
644 const DebugMapObject &DMO,
679 const DebugMapObject &DMO, CompileUnit &CU, bool UseODR) {
820 const DebugMapObject &DMO, CompileUnit &CU,
    [all...]
MachODebugMapParser.cpp 59 DebugMapObject *CurrentDebugMapObject;
126 /// Create a new DebugMapObject. This function resets the state of the

Completed in 1357 milliseconds