Home | History | Annotate | Download | only in MC

Lines Matching refs:Index

1117   // representation. We do this by making a per-bit map to the fixup item index,
1128 unsigned Index = F.getOffset() * 8 + Info.TargetOffset + j;
1129 assert(Index < Code.size() * 8 && "Invalid offset in fixup!");
1130 FixupMap[Index] = 1 + i;