Home
last modified time | relevance | path

Searched refs:SecMap (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp432 static const T *findInfo(const DenseMap<uint64_t, SmallVector<T, 0>> &SecMap, in findInfo() argument
434 auto MaybeSecInfo = SecMap.find(Address.SectionIndex); in findInfo()
435 if (MaybeSecInfo == SecMap.end()) in findInfo()