Searched refs:DwarfSection (Results 1 – 1 of 1) sorted by relevance
634 for (const auto &DwarfSection : DwarfSections) in writeSections() local941 for (auto &DwarfSection : DwarfSections) in finalizeSectionInfo() local942 DwarfSection.RelocationCount = DwarfSection.DwarfSect->Relocations.size(); in finalizeSectionInfo()1071 for (auto &DwarfSection : DwarfSections) { in assignAddressesAndIndices() local1078 DwarfSection.Index = SectionIndex++; in assignAddressesAndIndices()1091 DwarfSection.Address = DwarfSect.Address = in assignAddressesAndIndices()1098 Address = DwarfSection.Address + DwarfSection.Size; in assignAddressesAndIndices()1103 LastDwarfSection = &DwarfSection; in assignAddressesAndIndices()1138 for (auto &DwarfSection : DwarfSections) { in assignAddressesAndIndices() local1139 DwarfSection.FileOffsetToData = RawPointer; in assignAddressesAndIndices()[all …]