Home
last modified time | relevance | path

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

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