Lines Matching refs:OutDebugStrOffsetsSection
135 SectionDescriptor &OutDebugStrOffsetsSection = in emitDebugStringOffsetSection() local
141 OutDebugStrOffsetsSection.emitUnitLength(0xBADDEF); in emitDebugStringOffsetSection()
142 uint64_t OffsetAfterSectionLength = OutDebugStrOffsetsSection.OS.tell(); in emitDebugStringOffsetSection()
145 OutDebugStrOffsetsSection.emitIntVal(5, 2); in emitDebugStringOffsetSection()
148 OutDebugStrOffsetsSection.emitIntVal(0, 2); in emitDebugStringOffsetSection()
153 OutDebugStrOffsetsSection.notePatch( in emitDebugStringOffsetSection()
154 DebugStrPatch{{OutDebugStrOffsetsSection.OS.tell()}, String}); in emitDebugStringOffsetSection()
157 OutDebugStrOffsetsSection.emitOffset(0xBADDEF); in emitDebugStringOffsetSection()
161 OutDebugStrOffsetsSection.apply( in emitDebugStringOffsetSection()
163 OutDebugStrOffsetsSection.getFormParams().getDwarfOffsetByteSize(), in emitDebugStringOffsetSection()
165 OutDebugStrOffsetsSection.OS.tell() - OffsetAfterSectionLength); in emitDebugStringOffsetSection()