Searched refs:OutArangesSection (Results 1 – 1 of 1) sorted by relevance
841 SectionDescriptor &OutArangesSection = in emitAranges() local852 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()[all …]