Searched refs:LocExpression (Results 1 – 2 of 2) sorted by relevance
681 for (const DWARFLocationExpression &LocExpression : in emitDwarfDebugLocTableFragment() local683 if (LocExpression.Range) { in emitDwarfDebugLocTableFragment()691 Asm->OutStreamer->emitIntValue(LocExpression.Expr.size(), 2); in emitDwarfDebugLocTableFragment()693 (const char *)LocExpression.Expr.data(), LocExpression.Expr.size())); in emitDwarfDebugLocTableFragment()694 LocSectionSize += LocExpression.Expr.size() + 2; in emitDwarfDebugLocTableFragment()767 for (const DWARFLocationExpression &LocExpression : in emitDwarfDebugLocListsTableFragment() local769 if (LocExpression.Range) { in emitDwarfDebugLocListsTableFragment()773 BaseAddress = LocExpression.Range->LowPC; in emitDwarfDebugLocListsTableFragment()788 MS->emitULEB128IntValue(LocExpression.Range->LowPC - *BaseAddress); in emitDwarfDebugLocListsTableFragment()801 (const char *)LocExpression.Expr.data(), LocExpression.Expr.size())); in emitDwarfDebugLocListsTableFragment()[all …]
561 if (LocExpression.Expression.Range) { in emitLocListFragment()563 LocExpression.Expression.Range->LowPC - BaseAddress, in emitLocListFragment()566 LocExpression.Expression.Range->HighPC - BaseAddress, in emitLocListFragment()572 for (uint64_t *OffsetPtr : LocExpression.Patches) in emitLocListFragment()577 LocExpression.Expression.Expr.size()); in emitLocListFragment()589 for (const LinkedLocationExpressionsWithOffsetPatches &LocExpression : in emitLocListFragment() local591 if (LocExpression.Expression.Range) { in emitLocListFragment()595 BaseAddress = LocExpression.Expression.Range->LowPC; in emitLocListFragment()619 for (uint64_t *OffsetPtr : LocExpression.Patches) in emitLocListFragment()623 (const char *)LocExpression.Expression.Expr.data(), in emitLocListFragment()[all …]