Lines Matching defs:DwarfSection
818 for (const auto &DwarfSection : DwarfSections)
819 writeSectionForDwarfSectionEntry(Asm, DwarfSection, CurrentAddressLocation);
1155 for (const auto &DwarfSection : DwarfSections)
1156 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations)
1157 writeRelocation(Reloc, *DwarfSection.DwarfSect);
1236 for (const auto &DwarfSection : DwarfSections)
1237 writeSymbolEntryForDwarfSection(*DwarfSection.DwarfSect,
1238 DwarfSection.Index);
1316 for (auto &DwarfSection : DwarfSections)
1317 finalizeRelocationInfo(&DwarfSection,
1318 DwarfSection.DwarfSect->Relocations.size());
1338 for (auto &DwarfSection : DwarfSections) {
1339 RawPointer = DwarfSection.advanceFileOffset(MaxRawDataSize, RawPointer);
1529 for (auto &DwarfSection : DwarfSections) {
1532 XCOFFSection &DwarfSect = *DwarfSection.DwarfSect;
1536 DwarfSection.Index = SectionIndex++;
1549 DwarfSection.Address = DwarfSect.Address =
1554 DwarfSection.Size = DwarfSect.Size = Asm.getSectionAddressSize(*MCSec);
1556 Address = DwarfSection.Address + DwarfSection.Size;
1560 DwarfSection.Address - LastDwarfSection->Address;
1561 LastDwarfSection = &DwarfSection;