Lines Matching refs:SectionIndex
643 LVSectionIndex SectionIndex = updateSymbolTable(CurrentScope); in processOneDie() local
648 if (SectionIndex) { in processOneDie()
651 addSectionRange(SectionIndex, CurrentScope, Range.first, in processOneDie()
657 addSectionRange(SectionIndex, CurrentScope, CurrentLowPC, in processOneDie()
952 LVSectionIndex SectionIndex = getSectionIndex(CompileUnit); in createScopes() local
953 addSectionRange(SectionIndex, CompileUnit); in createScopes()
954 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex); in createScopes()
957 processLines(&CULines, SectionIndex); in createScopes()
1024 DWARFAddressRange Range{LowPC, HighPC, Entry.SectionIndex}; in processLocationList()
1025 if (Range.SectionIndex == SectionedAddress::UndefSection) in processLocationList()
1026 Range.SectionIndex = Entry.SectionIndex; in processLocationList()
1219 LVSectionIndex SectionIndex = Section->getIndex(); in mapRangeAddress() local
1221 (Flags & SymbolRef::SF_Weak) || (SectionIndex != DotTextSectionIndex); in mapRangeAddress()
1224 addToSymbolTable(Name, Address, SectionIndex, IsComdat); in mapRangeAddress()