Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp774 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in traverseSymbolSection()
775 ScopesWithRanges->clear(); in traverseSymbolSection() local
776 Function->getRanges(*ScopesWithRanges); in traverseSymbolSection()
777 ScopesWithRanges->sort(); in traverseSymbolSection()
1132 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in processModule()
1133 ScopesWithRanges->clear(); in processModule() local
1134 CompileUnit->getRanges(*ScopesWithRanges); in processModule()
1135 if (!ScopesWithRanges->empty()) in processModule()
1136 CompileUnit->addObject(ScopesWithRanges->getLower(), in processModule()
1137 ScopesWithRanges in processModule()
[all...]
H A DLVBinaryReader.cpp372 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in addSectionRange() local
373 ScopesWithRanges->addEntry(Scope); in addSectionRange()
379 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in addSectionRange() local
380 ScopesWithRanges->addEntry(Scope, LowerAddress, UpperAddress); in addSectionRange()
743 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in processLines() local
744 ScopesWithRanges->startSearch(); in processLines()
751 Scope = ScopesWithRanges->getEntry(Line->getAddress()); in processLines()
786 ScopesWithRanges->endSearch(); in processLines()
H A DLVDWARFReader.cpp968 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in createScopes() local
969 ScopesWithRanges->sort(); in createScopes()
975 ScopesWithRanges->clear(); in createScopes()