Lines Matching defs:MacroEntry
983 for (const DWARFDebugMacro::Entry &MacroEntry : List.Macros) {
984 if (MacroEntry.Type == 0) {
985 encodeULEB128(MacroEntry.Type, OutSection.OS);
989 uint8_t MacroType = MacroEntry.Type;
1003 encodeULEB128(MacroEntry.ExtConstant, OutSection.OS);
1006 OutSection.emitString(dwarf::DW_FORM_string, MacroEntry.ExtStr);
1022 encodeULEB128(MacroEntry.Line, OutSection.OS);
1025 OutSection.emitString(dwarf::DW_FORM_string, MacroEntry.MacroStr);
1059 encodeULEB128(MacroEntry.Line, OutSection.OS);
1062 OutSection.emitString(dwarf::DW_FORM_strp, MacroEntry.MacroStr);
1069 encodeULEB128(MacroEntry.Line, OutSection.OS);
1071 encodeULEB128(MacroEntry.File, OutSection.OS);