Lines Matching refs:OutSection

100   SectionDescriptor &OutSection =  in emitDebugInfo()  local
102 DwarfEmitterImpl Emitter(DWARFLinker::OutputFileType::Object, OutSection.OS); in emitDebugInfo()
110 OutSection.notePatch(DebugOffsetPatch{ in emitDebugInfo()
119 OutSection.setSizesForSectionCreatedByAsmPrinter(); in emitDebugInfo()
175 DwarfUnit::emitPubAcceleratorEntry(SectionDescriptor &OutSection, in emitPubAcceleratorEntry() argument
180 OutSection.emitIntVal(0xBADDEF, in emitPubAcceleratorEntry()
182 LengthOffset = OutSection.OS.tell(); in emitPubAcceleratorEntry()
184 OutSection.emitIntVal(dwarf::DW_PUBNAMES_VERSION, 2); // Version in emitPubAcceleratorEntry()
186 OutSection.notePatch(DebugOffsetPatch{ in emitPubAcceleratorEntry()
187 OutSection.OS.tell(), in emitPubAcceleratorEntry()
189 OutSection.emitOffset(0xBADDEF); // Unit offset in emitPubAcceleratorEntry()
191 OutSection.emitIntVal(getUnitSize(), 4); // Size in emitPubAcceleratorEntry()
193 OutSection.emitOffset(Info.OutOffset); in emitPubAcceleratorEntry()
196 OutSection.emitInplaceString(Info.String->first()); in emitPubAcceleratorEntry()
228 SectionDescriptor &OutSection = in emitPubAccelerators() local
230 OutSection.emitIntVal(0, 4); // End marker. in emitPubAccelerators()
232 OutSection.apply(*NamesLengthOffset - in emitPubAccelerators()
233 OutSection.getFormParams().getDwarfOffsetByteSize(), in emitPubAccelerators()
235 OutSection.OS.tell() - *NamesLengthOffset); in emitPubAccelerators()
239 SectionDescriptor &OutSection = in emitPubAccelerators() local
241 OutSection.emitIntVal(0, 4); // End marker. in emitPubAccelerators()
243 OutSection.apply(*TypesLengthOffset - in emitPubAccelerators()
244 OutSection.getFormParams().getDwarfOffsetByteSize(), in emitPubAccelerators()
246 OutSection.OS.tell() - *TypesLengthOffset); in emitPubAccelerators()