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