Searched refs:MacroEntry (Results 1 – 3 of 3) sorted by relevance
1373 for (const DWARFDebugMacro::Entry &MacroEntry : List.Macros) { in emitMacroTableImpl() local1374 if (MacroEntry.Type == 0) { in emitMacroTableImpl()1375 OutOffset += MS->emitULEB128IntValue(MacroEntry.Type); in emitMacroTableImpl()1379 uint8_t MacroType = MacroEntry.Type; in emitMacroTableImpl()1393 OutOffset += MS->emitULEB128IntValue(MacroEntry.ExtConstant); in emitMacroTableImpl()1396 StringRef String = MacroEntry.ExtStr; in emitMacroTableImpl()1416 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line); in emitMacroTableImpl()1419 StringRef String = MacroEntry.MacroStr; in emitMacroTableImpl()1459 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line); in emitMacroTableImpl()1463 StringPool.getEntry(MacroEntry.MacroStr); in emitMacroTableImpl()[all …]
983 for (const DWARFDebugMacro::Entry &MacroEntry : List.Macros) { in emitMacroTableImpl() local984 if (MacroEntry.Type == 0) { in emitMacroTableImpl()985 encodeULEB128(MacroEntry.Type, OutSection.OS); in emitMacroTableImpl()989 uint8_t MacroType = MacroEntry.Type; in emitMacroTableImpl()1003 encodeULEB128(MacroEntry.ExtConstant, OutSection.OS); in emitMacroTableImpl()1006 OutSection.emitString(dwarf::DW_FORM_string, MacroEntry.ExtStr); in emitMacroTableImpl()1022 encodeULEB128(MacroEntry.Line, OutSection.OS); in emitMacroTableImpl()1025 OutSection.emitString(dwarf::DW_FORM_string, MacroEntry.MacroStr); in emitMacroTableImpl()1059 encodeULEB128(MacroEntry.Line, OutSection.OS); in emitMacroTableImpl()1062 OutSection.emitString(dwarf::DW_FORM_strp, MacroEntry.MacroStr); in emitMacroTableImpl()[all …]