Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp434 auto MaybeSecInfo = SecMap.find(Address.SectionIndex); in findInfo() local
435 if (MaybeSecInfo == SecMap.end()) in findInfo()
438 const SmallVector<T, 0> &SecInfo = MaybeSecInfo->second; in findInfo()