Lines Matching refs:OutArangesSection
841 SectionDescriptor &OutArangesSection = in emitAranges() local
852 unsigned TupleSize = OutArangesSection.getFormParams().AddrSize * 2; in emitAranges()
855 OutArangesSection.emitOffset(0xBADDEF); // Aranges length in emitAranges()
856 uint64_t OffsetAfterArangesLengthField = OutArangesSection.OS.tell(); in emitAranges()
858 OutArangesSection.emitIntVal(dwarf::DW_ARANGES_VERSION, 2); // Version number in emitAranges()
859 OutArangesSection.notePatch( in emitAranges()
860 DebugOffsetPatch{OutArangesSection.OS.tell(), &DebugInfoSection}); in emitAranges()
861 OutArangesSection.emitOffset(0xBADDEF); // Corresponding unit's offset in emitAranges()
862 OutArangesSection.emitIntVal(OutArangesSection.getFormParams().AddrSize, in emitAranges()
864 OutArangesSection.emitIntVal(0, 1); // Segment size in emitAranges()
867 OutArangesSection.emitIntVal(0, 1); // Padding in emitAranges()
871 OutArangesSection.emitIntVal(Range.start(), in emitAranges()
872 OutArangesSection.getFormParams().AddrSize); in emitAranges()
873 OutArangesSection.emitIntVal(Range.end() - Range.start(), in emitAranges()
874 OutArangesSection.getFormParams().AddrSize); in emitAranges()
878 OutArangesSection.emitIntVal(0, OutArangesSection.getFormParams().AddrSize); in emitAranges()
879 OutArangesSection.emitIntVal(0, OutArangesSection.getFormParams().AddrSize); in emitAranges()
881 uint64_t OffsetAfterArangesEnd = OutArangesSection.OS.tell(); in emitAranges()
884 OutArangesSection.apply( in emitAranges()
886 OutArangesSection.getFormParams().getDwarfOffsetByteSize(), in emitAranges()