Lines Matching defs:MacroEntry
1372 for (const DWARFDebugMacro::Entry &MacroEntry : List.Macros) {
1373 if (MacroEntry.Type == 0) {
1374 OutOffset += MS->emitULEB128IntValue(MacroEntry.Type);
1378 uint8_t MacroType = MacroEntry.Type;
1392 OutOffset += MS->emitULEB128IntValue(MacroEntry.ExtConstant);
1395 StringRef String = MacroEntry.ExtStr;
1415 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line);
1418 StringRef String = MacroEntry.MacroStr;
1458 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line);
1462 StringPool.getEntry(MacroEntry.MacroStr);
1472 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line);
1474 OutOffset += MS->emitULEB128IntValue(MacroEntry.File);