Lines Matching defs:AbbrevSection
46 SectionDescriptor &AbbrevSection =
51 emitDwarfAbbrevEntry(*Abbrev, AbbrevSection);
54 encodeULEB128(0, AbbrevSection.OS);
60 SectionDescriptor &AbbrevSection) {
62 encodeULEB128(Abbrev.getNumber(), AbbrevSection.OS);
66 encodeULEB128(Abbrev.getTag(), AbbrevSection.OS);
69 encodeULEB128((unsigned)Abbrev.hasChildren(), AbbrevSection.OS);
75 encodeULEB128(AttrData.getAttribute(), AbbrevSection.OS);
78 encodeULEB128(AttrData.getForm(), AbbrevSection.OS);
82 encodeSLEB128(AttrData.getValue(), AbbrevSection.OS);
86 encodeULEB128(0, AbbrevSection.OS);
87 encodeULEB128(0, AbbrevSection.OS);