Lines Matching defs:SectionIndex
662 LVSectionIndex SectionIndex = updateSymbolTable(CurrentScope);
667 if (SectionIndex) {
670 addSectionRange(SectionIndex, CurrentScope, Range.first,
676 addSectionRange(SectionIndex, CurrentScope, CurrentLowPC,
972 LVSectionIndex SectionIndex = getSectionIndex(CompileUnit);
973 addSectionRange(SectionIndex, CompileUnit);
974 LVRange *ScopesWithRanges = getSectionRanges(SectionIndex);
977 processLines(&CULines, SectionIndex);
1044 DWARFAddressRange Range{LowPC, HighPC, Entry.SectionIndex};
1045 if (Range.SectionIndex == SectionedAddress::UndefSection)
1046 Range.SectionIndex = Entry.SectionIndex;
1245 LVSectionIndex SectionIndex = Section->getIndex();
1247 (Flags & SymbolRef::SF_Weak) || (SectionIndex != DotTextSectionIndex);
1250 addToSymbolTable(Name, Address, SectionIndex, IsComdat);