Searched defs:SymbolMapping (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/dsymutil/
H A DDebugMap.h61 /// if (SymbolMapping *Sym = DMO.lookup(DIE.getName()))
119 struct SymbolMapping { struct in class:llvm::dsymutil::DebugMapObject
123 SymbolMapping(uint64_t ObjectAddress, uint64_t BinaryAddress, uint32_t Size) function in struct:llvm::dsymutil::DebugMapObject::SymbolMapping
127 SymbolMapping() = default;
130 typedef StringMapEntry<SymbolMapping> DebugMapEntry;
150 iterator_range<StringMap<SymbolMapping>::const_iterator> symbols() const {
165 StringMap<SymbolMapping> Symbols;
170 typedef std::pair<std::string, SymbolMapping> YAMLSymbolMapping;
203 struct MappingTraits<std::pair<std::string, DebugMapObject::SymbolMapping>> {
205 std::pair<std::string, DebugMapObject::SymbolMapping>
[all...]

Completed in 81 milliseconds