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.cpp639 SectionDescriptor &OutAddrSection = in emitDebugAddrSection() local
645 OutAddrSection.emitUnitLength(0xBADDEF); in emitDebugAddrSection()
646 uint64_t OffsetAfterSectionLength = OutAddrSection.OS.tell(); in emitDebugAddrSection()
649 OutAddrSection.emitIntVal(5, 2); in emitDebugAddrSection()
652 OutAddrSection.emitIntVal(getFormParams().AddrSize, 1); in emitDebugAddrSection()
655 OutAddrSection.emitIntVal(0, 1); in emitDebugAddrSection()
659 OutAddrSection.emitIntVal(AddrValue, getFormParams().AddrSize); in emitDebugAddrSection()
662 OutAddrSection.apply( in emitDebugAddrSection()
664 OutAddrSection.getFormParams().getDwarfOffsetByteSize(), in emitDebugAddrSection()
666 OutAddrSection.OS.tell() - OffsetAfterSectionLength); in emitDebugAddrSection()