Searched defs:SectionAddrMap (Results 1 – 3 of 3) sorted by relevance
28 typedef DenseMap<const MCSectionData*, uint64_t> SectionAddrMap; typedef
30 typedef DenseMap<const MCSection *, uint64_t> SectionAddrMap; typedef
32 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>; variable