Searched refs:getMapEntry (Results 1 – 1 of 1) sorted by relevance
36 const StringMapEntry<DwarfStringPoolEntry> *getMapEntry() const { in getMapEntry() function46 explicit operator bool() const { return getMapEntry(); }48 assert(getMapEntry()->second.Symbol && "No symbol available!"); in getSymbol()49 return getMapEntry()->second.Symbol; in getSymbol()51 unsigned getOffset() const { return getMapEntry()->second.Offset; } in getOffset()55 assert(getMapEntry()->getValue().isIndexed()); in getIndex()56 return getMapEntry()->second.Index; in getIndex()58 StringRef getString() const { return getMapEntry()->first(); } in getString()60 DwarfStringPoolEntry getEntry() const { return getMapEntry()->getValue(); } in getEntry()63 return getMapEntry() == X.getMapEntry();[all …]