Lines Matching refs:DwarfSection
790 for (const auto &DwarfSection : DwarfSections) in writeSections() local
791 writeSectionForDwarfSectionEntry(Asm, Layout, DwarfSection, in writeSections()
1101 for (const auto &DwarfSection : DwarfSections) in writeRelocations() local
1102 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) in writeRelocations()
1103 writeRelocation(Reloc, *DwarfSection.DwarfSect); in writeRelocations()
1174 for (const auto &DwarfSection : DwarfSections) in writeSymbolTable() local
1175 writeSymbolEntryForDwarfSection(*DwarfSection.DwarfSect, in writeSymbolTable()
1176 DwarfSection.Index); in writeSymbolTable()
1254 for (auto &DwarfSection : DwarfSections) in finalizeSectionInfo() local
1255 finalizeRelocationInfo(&DwarfSection, in finalizeSectionInfo()
1256 DwarfSection.DwarfSect->Relocations.size()); in finalizeSectionInfo()
1276 for (auto &DwarfSection : DwarfSections) { in finalizeSectionInfo() local
1277 RawPointer = DwarfSection.advanceFileOffset(MaxRawDataSize, RawPointer); in finalizeSectionInfo()
1467 for (auto &DwarfSection : DwarfSections) { in assignAddressesAndIndices() local
1470 XCOFFSection &DwarfSect = *DwarfSection.DwarfSect; in assignAddressesAndIndices()
1474 DwarfSection.Index = SectionIndex++; in assignAddressesAndIndices()
1487 DwarfSection.Address = DwarfSect.Address = in assignAddressesAndIndices()
1492 DwarfSection.Size = DwarfSect.Size = Layout.getSectionAddressSize(MCSec); in assignAddressesAndIndices()
1494 Address = DwarfSection.Address + DwarfSection.Size; in assignAddressesAndIndices()
1498 DwarfSection.Address - LastDwarfSection->Address; in assignAddressesAndIndices()
1499 LastDwarfSection = &DwarfSection; in assignAddressesAndIndices()