Home
last modified time | relevance | path

Searched refs:DwarfSection (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp634 for (const auto &DwarfSection : DwarfSections) in writeSections() local
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
1078 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() local
1139 DwarfSection.FileOffsetToData = RawPointer; in assignAddressesAndIndices()
[all …]