Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp768 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in traverseSymbolSection() local
769 ScopesWithRanges->clear(); in traverseSymbolSection()
770 Function->getRanges(*ScopesWithRanges); in traverseSymbolSection()
771 ScopesWithRanges->sort(); in traverseSymbolSection()
1126 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in processModule() local
1127 ScopesWithRanges->clear(); in processModule()
1128 CompileUnit->getRanges(*ScopesWithRanges); in processModule()
1129 if (!ScopesWithRanges->empty()) in processModule()
1130 CompileUnit->addObject(ScopesWithRanges->getLower(), in processModule()
1131 ScopesWithRanges->getUpper()); in processModule()
[all …]
H A DLVBinaryReader.cpp728 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in processLines() local
729 ScopesWithRanges->startSearch(); in processLines()
736 Scope = ScopesWithRanges->getEntry(Line->getAddress()); in processLines()
771 ScopesWithRanges->endSearch(); in processLines()
H A DLVDWARFReader.cpp771 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in createScopes() local
772 ScopesWithRanges->sort(); in createScopes()
778 ScopesWithRanges->clear(); in createScopes()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp198 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in addSectionRange() local
199 ScopesWithRanges->addEntry(Scope); in addSectionRange()
204 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in addSectionRange() local
205 ScopesWithRanges->addEntry(Scope, LowerAddress, UpperAddress); in addSectionRange()