Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp642 SectionDescriptor &OutAddrSection = in emitDebugAddrSection() local
648 OutAddrSection.emitUnitLength(0xBADDEF); in emitDebugAddrSection()
649 uint64_t OffsetAfterSectionLength = OutAddrSection.OS.tell(); in emitDebugAddrSection()
652 OutAddrSection.emitIntVal(5, 2); in emitDebugAddrSection()
655 OutAddrSection.emitIntVal(getFormParams().AddrSize, 1); in emitDebugAddrSection()
658 OutAddrSection.emitIntVal(0, 1); in emitDebugAddrSection()
662 OutAddrSection.emitIntVal(AddrValue, getFormParams().AddrSize); in emitDebugAddrSection()
665 OutAddrSection.apply( in emitDebugAddrSection()
667 OutAddrSection.getFormParams().getDwarfOffsetByteSize(), in emitDebugAddrSection()
669 OutAddrSection.OS.tell() - OffsetAfterSectionLength); in emitDebugAddrSection()