Lines Matching defs:MacroEntry
1373 for (const DWARFDebugMacro::Entry &MacroEntry : List.Macros) {
1374 if (MacroEntry.Type == 0) {
1375 OutOffset += MS->emitULEB128IntValue(MacroEntry.Type);
1379 uint8_t MacroType = MacroEntry.Type;
1393 OutOffset += MS->emitULEB128IntValue(MacroEntry.ExtConstant);
1396 StringRef String = MacroEntry.ExtStr;
1416 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line);
1419 StringRef String = MacroEntry.MacroStr;
1459 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line);
1463 StringPool.getEntry(MacroEntry.MacroStr);
1473 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line);
1475 OutOffset += MS->emitULEB128IntValue(MacroEntry.File);