Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVSupport.h173 LVSecondMapType *findMap(FirstKeyType FirstKey) const { in findMap() function
182 LVSecondMapType *SecondMap = findMap(FirstKey); in find()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVScope.cpp1251 LVAddressToLine *Map = SectionMappings.findMap(SectionIndex); in lineLowerBound()
1261 LVAddressToLine *Map = SectionMappings.findMap(SectionIndex); in lineUpperBound()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVBinaryReader.cpp792 if (DebugLines->empty() && !ScopeInstructions.findMap(SectionIndex)) in processLines()