Lines Matching refs:OutArangesSection
844 SectionDescriptor &OutArangesSection = in emitAranges() local
855 unsigned TupleSize = OutArangesSection.getFormParams().AddrSize * 2; in emitAranges()
858 OutArangesSection.emitOffset(0xBADDEF); // Aranges length in emitAranges()
859 uint64_t OffsetAfterArangesLengthField = OutArangesSection.OS.tell(); in emitAranges()
861 OutArangesSection.emitIntVal(dwarf::DW_ARANGES_VERSION, 2); // Version number in emitAranges()
862 OutArangesSection.notePatch( in emitAranges()
863 DebugOffsetPatch{OutArangesSection.OS.tell(), &DebugInfoSection}); in emitAranges()
864 OutArangesSection.emitOffset(0xBADDEF); // Corresponding unit's offset 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()
875 OutArangesSection.getFormParams().AddrSize); in emitAranges()
876 OutArangesSection.emitIntVal(Range.end() - Range.start(), in emitAranges()
877 OutArangesSection.getFormParams().AddrSize); in emitAranges()
881 OutArangesSection.emitIntVal(0, OutArangesSection.getFormParams().AddrSize); in emitAranges()
882 OutArangesSection.emitIntVal(0, OutArangesSection.getFormParams().AddrSize); in emitAranges()
884 uint64_t OffsetAfterArangesEnd = OutArangesSection.OS.tell(); in emitAranges()
887 OutArangesSection.apply( in emitAranges()
889 OutArangesSection.getFormParams().getDwarfOffsetByteSize(), in emitAranges()