Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h193 LVSecondMapType *findMap(FirstKeyType FirstKey) const { in findMap() function
202 LVSecondMapType *SecondMap = findMap(FirstKey); in find()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1262 LVAddressToLine *Map = SectionMappings.findMap(SectionIndex); in lineLowerBound()
1272 LVAddressToLine *Map = SectionMappings.findMap(SectionIndex); in lineUpperBound()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp777 if (DebugLines->empty() && !ScopeInstructions.findMap(SectionIndex)) in processLines()