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