Searched refs:MacroEntry (Results 1 – 3 of 3) sorted by relevance
1378 for (const DWARFDebugMacro::Entry &MacroEntry : List.Macros) { in emitMacroTableImpl() local1379 if (MacroEntry.Type == 0) { in emitMacroTableImpl()1380 OutOffset += MS->emitULEB128IntValue(MacroEntry.Type); in emitMacroTableImpl()1384 uint8_t MacroType = MacroEntry.Type; in emitMacroTableImpl()1398 OutOffset += MS->emitULEB128IntValue(MacroEntry.ExtConstant); in emitMacroTableImpl()1401 StringRef String = MacroEntry.ExtStr; in emitMacroTableImpl()1421 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line); in emitMacroTableImpl()1424 StringRef String = MacroEntry.MacroStr; in emitMacroTableImpl()1464 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line); in emitMacroTableImpl()1468 StringPool.getEntry(MacroEntry.MacroStr); in emitMacroTableImpl()[all …]
980 for (const DWARFDebugMacro::Entry &MacroEntry : List.Macros) { in emitMacroTableImpl() local981 if (MacroEntry.Type == 0) { in emitMacroTableImpl()982 encodeULEB128(MacroEntry.Type, OutSection.OS); in emitMacroTableImpl()986 uint8_t MacroType = MacroEntry.Type; in emitMacroTableImpl()1000 encodeULEB128(MacroEntry.ExtConstant, OutSection.OS); in emitMacroTableImpl()1003 OutSection.emitString(dwarf::DW_FORM_string, MacroEntry.ExtStr); in emitMacroTableImpl()1019 encodeULEB128(MacroEntry.Line, OutSection.OS); in emitMacroTableImpl()1022 OutSection.emitString(dwarf::DW_FORM_string, MacroEntry.MacroStr); in emitMacroTableImpl()1056 encodeULEB128(MacroEntry.Line, OutSection.OS); in emitMacroTableImpl()1059 OutSection.emitString(dwarf::DW_FORM_strp, MacroEntry.MacroStr); in emitMacroTableImpl()[all …]