Searched refs:SecMap (Results 1 – 1 of 1) sorted by relevance
432 static const T *findInfo(const DenseMap<uint64_t, SmallVector<T, 0>> &SecMap, in findInfo() argument434 auto MaybeSecInfo = SecMap.find(Address.SectionIndex); in findInfo()435 if (MaybeSecInfo == SecMap.end()) in findInfo()