Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp135 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()
[all …]