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.h173 LVSecondMapType *findMap(FirstKeyType FirstKey) const { in findMap() function
182 LVSecondMapType *SecondMap = findMap(FirstKey); in find()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1251 LVAddressToLine *Map = SectionMappings.findMap(SectionIndex); in addMapping()
1261 LVAddressToLine *Map = SectionMappings.findMap(SectionIndex); in lineLowerBound()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp792 if (DebugLines->empty() && !ScopeInstructions.findMap(SectionIndex)) in processLines()