Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp844 SectionDescriptor &OutArangesSection = in emitAranges() local
858 OutArangesSection.emitOffset(0xBADDEF); // Aranges length in emitAranges()
862 OutArangesSection.notePatch( in emitAranges()
865 OutArangesSection.emitIntVal(OutArangesSection.getFormParams().AddrSize, in emitAranges()
867 OutArangesSection.emitIntVal(0, 1); // Segment size in emitAranges()
870 OutArangesSection.emitIntVal(0, 1); // Padding in emitAranges()
874 OutArangesSection.emitIntVal(Range.start(), in emitAranges()
876 OutArangesSection.emitIntVal(Range.end() - Range.start(), in emitAranges()
881 OutArangesSection.emitIntVal(0, OutArangesSection.getFormParams().AddrSize); in emitAranges()
882 OutArangesSection.emitIntVal(0, OutArangesSection.getFormParams().AddrSize); in emitAranges()
[all …]