Lines Matching defs:DwarfSection
817 for (const auto &DwarfSection : DwarfSections)
818 writeSectionForDwarfSectionEntry(Asm, DwarfSection, CurrentAddressLocation);
1152 for (const auto &DwarfSection : DwarfSections)
1153 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations)
1154 writeRelocation(Reloc, *DwarfSection.DwarfSect);
1230 for (const auto &DwarfSection : DwarfSections)
1231 writeSymbolEntryForDwarfSection(*DwarfSection.DwarfSect,
1232 DwarfSection.Index);
1309 for (auto &DwarfSection : DwarfSections)
1310 finalizeRelocationInfo(&DwarfSection,
1311 DwarfSection.DwarfSect->Relocations.size());
1331 for (auto &DwarfSection : DwarfSections) {
1332 RawPointer = DwarfSection.advanceFileOffset(MaxRawDataSize, RawPointer);
1523 for (auto &DwarfSection : DwarfSections) {
1526 XCOFFSection &DwarfSect = *DwarfSection.DwarfSect;
1530 DwarfSection.Index = SectionIndex++;
1543 DwarfSection.Address = DwarfSect.Address =
1548 DwarfSection.Size = DwarfSect.Size = Asm.getSectionAddressSize(*MCSec);
1550 Address = DwarfSection.Address + DwarfSection.Size;
1554 DwarfSection.Address - LastDwarfSection->Address;
1555 LastDwarfSection = &DwarfSection;