Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h210 LVSecondMapType *findMap(FirstKeyType FirstKey) const { in findMap() function
220 LVSecondMapType *SecondMap = findMap(FirstKey); in find()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1264 LVAddressToLine *Map = SectionMappings.findMap(SectionIndex); in lineLowerBound()
1274 LVAddressToLine *Map = SectionMappings.findMap(SectionIndex); in lineUpperBound()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp719 if (DebugLines->empty() && !ScopeInstructions.findMap(SectionIndex)) in processLines()