Searched refs:RelocAddrEntry (Results 1 – 4 of 4) sorted by relevance
20 struct RelocAddrEntry { struct34 using RelocAddrMap = DenseMap<uint64_t, RelocAddrEntry>; argument
84 virtual Optional<RelocAddrEntry> find(const DWARFSection &Sec,
55 Optional<RelocAddrEntry> E = Obj->find(*Section, *Off); in getRelocatedValue()
1818 RelocAddrEntry{SymInfoOrErr->SectionIndex, Reloc, in DWARFObjInMemory()1825 RelocAddrEntry &entry = I.first->getSecond(); in DWARFObjInMemory()1849 Optional<RelocAddrEntry> find(const DWARFSection &S, in find()