Lines Matching refs:OutSection
98 SectionDescriptor &OutSection = in emitDebugInfo() local
100 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, OutSection.OS); in emitDebugInfo()
108 OutSection.notePatch(DebugOffsetPatch{ in emitDebugInfo()
117 OutSection.setSizesForSectionCreatedByAsmPrinter(); in emitDebugInfo()
173 DwarfUnit::emitPubAcceleratorEntry(SectionDescriptor &OutSection, in emitPubAcceleratorEntry() argument
178 OutSection.emitIntVal(0xBADDEF, in emitPubAcceleratorEntry()
180 LengthOffset = OutSection.OS.tell(); in emitPubAcceleratorEntry()
182 OutSection.emitIntVal(dwarf::DW_PUBNAMES_VERSION, 2); // Version in emitPubAcceleratorEntry()
184 OutSection.notePatch(DebugOffsetPatch{ in emitPubAcceleratorEntry()
185 OutSection.OS.tell(), in emitPubAcceleratorEntry()
187 OutSection.emitOffset(0xBADDEF); // Unit offset in emitPubAcceleratorEntry()
189 OutSection.emitIntVal(getUnitSize(), 4); // Size in emitPubAcceleratorEntry()
191 OutSection.emitOffset(Info.OutOffset); in emitPubAcceleratorEntry()
194 OutSection.emitInplaceString(Info.String->first()); in emitPubAcceleratorEntry()
226 SectionDescriptor &OutSection = in emitPubAccelerators() local
228 OutSection.emitIntVal(0, 4); // End marker. in emitPubAccelerators()
230 OutSection.apply(*NamesLengthOffset - in emitPubAccelerators()
231 OutSection.getFormParams().getDwarfOffsetByteSize(), in emitPubAccelerators()
233 OutSection.OS.tell() - *NamesLengthOffset); in emitPubAccelerators()
237 SectionDescriptor &OutSection = in emitPubAccelerators() local
239 OutSection.emitIntVal(0, 4); // End marker. in emitPubAccelerators()
241 OutSection.apply(*TypesLengthOffset - in emitPubAccelerators()
242 OutSection.getFormParams().getDwarfOffsetByteSize(), in emitPubAccelerators()
244 OutSection.OS.tell() - *TypesLengthOffset); in emitPubAccelerators()