Lines Matching defs:OutSection
925 SectionDescriptor &OutSection =
939 OutSection.emitIntVal(List.Header.Version, sizeof(List.Header.Version));
969 OutSection.emitIntVal(Flags, sizeof(Flags));
973 OutSection.notePatch(DebugOffsetPatch{
974 OutSection.OS.tell(),
978 OutSection.emitIntVal(0xBADDEF, List.Header.getOffsetByteSize());
985 encodeULEB128(MacroEntry.Type, OutSection.OS);
1000 OutSection.emitIntVal(MacroType, 1);
1003 encodeULEB128(MacroEntry.ExtConstant, OutSection.OS);
1006 OutSection.emitString(dwarf::DW_FORM_string, MacroEntry.ExtStr);
1019 OutSection.emitIntVal(MacroType, 1);
1022 encodeULEB128(MacroEntry.Line, OutSection.OS);
1025 OutSection.emitString(dwarf::DW_FORM_string, MacroEntry.MacroStr);
1056 OutSection.emitIntVal(MacroType, 1);
1059 encodeULEB128(MacroEntry.Line, OutSection.OS);
1062 OutSection.emitString(dwarf::DW_FORM_strp, MacroEntry.MacroStr);
1067 OutSection.emitIntVal(MacroType, 1);
1069 encodeULEB128(MacroEntry.Line, OutSection.OS);
1071 encodeULEB128(MacroEntry.File, OutSection.OS);
1075 OutSection.emitIntVal(MacroType, 1);