Lines Matching refs:OutDebugStrOffsetsSection
137 SectionDescriptor &OutDebugStrOffsetsSection = in emitDebugStringOffsetSection() local
143 OutDebugStrOffsetsSection.emitUnitLength(0xBADDEF); in emitDebugStringOffsetSection()
144 uint64_t OffsetAfterSectionLength = OutDebugStrOffsetsSection.OS.tell(); in emitDebugStringOffsetSection()
147 OutDebugStrOffsetsSection.emitIntVal(5, 2); in emitDebugStringOffsetSection()
150 OutDebugStrOffsetsSection.emitIntVal(0, 2); in emitDebugStringOffsetSection()
155 OutDebugStrOffsetsSection.notePatch( in emitDebugStringOffsetSection()
156 DebugStrPatch{{OutDebugStrOffsetsSection.OS.tell()}, String}); in emitDebugStringOffsetSection()
159 OutDebugStrOffsetsSection.emitOffset(0xBADDEF); in emitDebugStringOffsetSection()
163 OutDebugStrOffsetsSection.apply( in emitDebugStringOffsetSection()
165 OutDebugStrOffsetsSection.getFormParams().getDwarfOffsetByteSize(), in emitDebugStringOffsetSection()
167 OutDebugStrOffsetsSection.OS.tell() - OffsetAfterSectionLength); in emitDebugStringOffsetSection()