Lines Matching refs:DwarfSection

634   for (const auto &DwarfSection : DwarfSections)  in writeSections()  local
635 writeSectionForDwarfSectionEntry(Asm, Layout, DwarfSection, in writeSections()
869 for (const auto &DwarfSection : DwarfSections) in writeRelocations() local
870 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) in writeRelocations()
871 writeRelocation(Reloc, *DwarfSection.DwarfSect); in writeRelocations()
911 for (const auto &DwarfSection : DwarfSections) in writeSymbolTable() local
912 writeSymbolEntryForDwarfSection(*DwarfSection.DwarfSect, in writeSymbolTable()
913 DwarfSection.Index); in writeSymbolTable()
941 for (auto &DwarfSection : DwarfSections) in finalizeSectionInfo() local
942 DwarfSection.RelocationCount = DwarfSection.DwarfSect->Relocations.size(); in finalizeSectionInfo()
1071 for (auto &DwarfSection : DwarfSections) { in assignAddressesAndIndices() local
1074 XCOFFSection &DwarfSect = *DwarfSection.DwarfSect; in assignAddressesAndIndices()
1078 DwarfSection.Index = SectionIndex++; in assignAddressesAndIndices()
1091 DwarfSection.Address = DwarfSect.Address = in assignAddressesAndIndices()
1096 DwarfSection.Size = DwarfSect.Size = Layout.getSectionAddressSize(MCSec); in assignAddressesAndIndices()
1098 Address = DwarfSection.Address + DwarfSection.Size; in assignAddressesAndIndices()
1102 DwarfSection.Address - LastDwarfSection->Address; in assignAddressesAndIndices()
1103 LastDwarfSection = &DwarfSection; in assignAddressesAndIndices()
1138 for (auto &DwarfSection : DwarfSections) { in assignAddressesAndIndices() local
1139 DwarfSection.FileOffsetToData = RawPointer; in assignAddressesAndIndices()
1141 RawPointer += DwarfSection.MemorySize; in assignAddressesAndIndices()